Scott C. said: There are a few issues: You are using multiple import statements. While multIple import statements work in character sheets that are not using legacy sanitization, only the first import statement is used in roll templates (the others are just deleted). So what's happening here is your character sheet is using im fell English sc, but that font doesn't exist in the roll template css, and so defaults to your system font (probably arial?). Im fell sc does not have characters in it for the accented letters , while your system default does. And then, not related to your issue, but using @font-face to import custom fonts is a risk. Roll20 views that as a security risk, and will eventually close the loop hole. Thanks, I must have missed the part on the wiki. I will also see about removing the @font-face. Anyways, I replaced the three statements with a single one importing all three fonts. @import url('<a href="https://fonts.googleapis.com/css2?family=IM+Fell+English+SC&family=IM+Fell+English:ital@0;1&display=swap" rel="nofollow">https://fonts.googleapis.com/css2?family=IM+Fell+English+SC&family=IM+Fell+English:ital@0;1&display=swap</a>'); What's interesting to me is that now the roll template CSS only renders the "IM Fell English SC" and not the other two. Does importing multiple fonts in one statement not work? ...what's also interesting to me is that albeit with slightly different results, uh, somehow the "IM Fell English SC" in the roll template does support accents? " Povolání" and "12" fallback to a default serif font. Compare it to the player sheet :