Search code examples
google-font-api

How to properly render latin2 characters using google-font?


I have to render slavic letters (đ, č, ć, ...) with google-font, but what I get is always degraded rendering using alternative font, so the words are really ugly...

How could I encode these letters to have proper rendering? I have tried a few entities without success.


Solution

  • Ok, got it: the letters not rendered were not defined in the font... That's kind of misleading when almost all expected letters are defined, but others are missing!