• This plugin is great and makes the process as easy as 1, 2, 3, but the problem is that once I activated it the extra Latin characters like (? ? ü ?) used another font. Please update the plugin so it would retrieve the fonts with support for extra Latin characters. Many thanks

Viewing 1 replies (of 1 total)
  • Plugin Author asadkn

    (@asadkn)

    Hey,

    The plugin will fetch only the subsets specified by the original font registration by your theme (or a plugin if you use a plugin to add google fonts). Look at the HTML source code to find something similar to this:

    https://fonts.googleapis.com/css?family=Open+Sans&subset=latin-ext

    If it doesn’t have the subset defined, it means your theme wasn’t configured to fetch anything but latin characters. latin-ext needs to be defined in the subset by the theme.

    Why does it work when not using this plugin?
    Google uses unicode-range for modern browsers, adding all font definitions in single CSS file but this only works for latest browsers. They automatically fallback to older method this means your non-latin characters won’t show on old browsers. So it already working only on latest browsers only.

Viewing 1 replies (of 1 total)
  • The topic ‘Great but no support for extra latin’ is closed to new replies.