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

Custom fonts

1531165932
Mythsmyths
Pro
Sheet Author
API Scripter
Apologies I may be doing something wrong, but can someone tell me what I'm doing wrong with importing custom fonts. I've included the following in my CSS @font-face { font-family: 'Cinzel'; font-style: normal; font-weight: 400; src: url(<a href="https://fonts.gstatic.com/s/cinzel/v7/8vIJ7ww63mVu7gt79mT7.woff2" rel="nofollow">https://fonts.gstatic.com/s/cinzel/v7/8vIJ7ww63mVu7gt79mT7.woff2</a>) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } which is followed for each component by: font-family : 'Cinzel' , serif ; I must be doing something wrong, but I can't work out what Thank you for any response.
1531168399
Finderski
Pro
Sheet Author
Compendium Curator
Not doing anything wrong...Roll20 doesn't like custom fonts. &nbsp;Chances are it's working, but you need to "Enable unsafe scripts" in Chrome to see the font show in the character sheet.
1531168418
Mythsmyths
Pro
Sheet Author
API Scripter
Ok so for anyone who is interested. I have the solution. All Kudos to Coal Powered Puppet ( <a href="https://app.roll20.net/forum/post/5124847/slug%7D" rel="nofollow">https://app.roll20.net/forum/post/5124847/slug%7D</a>) "Fonts don't work immediately with Chrome. &nbsp;You have to allow Chrome to access...ugh, its early. &nbsp;There is a thingy that appears in the address bar, and you have to click on it then "allow" for the non-roll20 fonts to work."
1531168715
Mythsmyths
Pro
Sheet Author
API Scripter
Finderski said: Not doing anything wrong...Roll20 doesn't like custom fonts. &nbsp;Chances are it's working, but you need to "Enable unsafe scripts" in Chrome to see the font show in the character sheet. Thanks. You are entirely correct, I just saw your post after seeing the one above. Thank you again.