Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Webfont Issue...

1409684949
Tom
Plus
Sheet Author
Any idea why the webfont I'm using would suddenly stop working? I was displaying fine up to about a week ago. Now I just get the basic serif font. I've checked the link and it still works fine. Ideas? HTML &lt;link href=' <a href="http://fonts.googleapis.com/css?family=IM+Fell+English+SC" rel="nofollow">http://fonts.googleapis.com/css?family=IM+Fell+English+SC</a> ' rel='stylesheet' type='text/css'&gt; CSS @font-face { font-family: 'IM Fell English SC'; font-style: normal; font-weight: 400; src: local('IM FELL English SC'), local('IM_FELL_English_SC'), url( <a href="http://themes.googleusercontent.com/static/fonts/imfellenglishsc/v3/h3Tn6yWfw4b5qaLD1RWvz9gX5f6-V0DImePmAcKHNfQ.ttf" rel="nofollow">http://themes.googleusercontent.com/static/fonts/imfellenglishsc/v3/h3Tn6yWfw4b5qaLD1RWvz9gX5f6-V0DImePmAcKHNfQ.ttf</a> ) format('truetype'); } h1, h2, h3 { font-family: 'IM Fell English SC', serif; } Thanks!
1409770048

Edited 1409770528
Tom
Plus
Sheet Author
Bump. Ok, so I'm the only one having an issue? It doesn't seem to be affecting the DCC sheet, which uses almost the exact same code. Any ideas?
1409781941
Actoba
Pro
Sheet Author
I've had a user report that they are no longer seeing the d20icon on roll buttons and are instead seeing the letter t instead which would indicate issues with font loading but I can't verify/test myself at the moment......I suppose it's possible something changed with the upgrade earlier today....
I can't get webfonts to work either. Tried a number of ways.
So I've managed to get it to, through circuitous ways, work in Safari, but not in Chrome. I really wish the CSS parser was less nazi about these sorts of things. I'm not aware that fonts present a security issue?