-
-
Notifications
You must be signed in to change notification settings - Fork 23
Troubleshooting
There are multiple reasons why this could be happening.
First of all, let's check your path.
If you have nested cryptofont.css
into another folder check your path in the <head>
of your main file.
Check the fonts path inside cryptofont.css
as it is likely that these might not be linked if you have placed your fonts into another directory.
Lastly, you might have some conflict.
This especially happens if you have any other font running on the same page.
For instance if you have Font Awesome and Cryptofonts together these might enter in conflict.
Just replace the tag from <i>
to <span>
which is actually more semantically correct.
If none of these steps helps you figure it out, you could just open an issue here on Github and we are going to get back to you.