Search code examples
htmlcharacter-encodingwebfontsgoogle-webfonts

Google Web Fonts encoding/rendering issue


I am trying to solve an issue with Google WebFonts. I want to use font Signika from them. As you can see it has letters such as Š, Ů declared/implemented. On our website, however, it does not render these letters but just standard and in word DOMŮ - letter Ů is in another font and in word DALŠI letter Š in another font. Is there any solution for this? Should I declare some encoding for these types of letters, or where could the problem be?


Solution

  • When i look at your website, i see both the words (and individual letters) you list as problematic in the font Signika.

    I do notice however, that you are only calling for the Standard font set, and not the Laten-Extended Subset. On this page you may want to check the box Latin Extended (latin-ext) and update your code if other browsers are experiencing problems.