Plugin Author
asadkn
(@asadkn)
Hey,
There seems to be a problem with the code that’s added by the theme for the fonts:
https://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600%7CNunito:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,800,800italic,900,900italic%7COpen+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic#038;subset=vietnamese,latin,latin-ext,cyrillic,greek,greek-ext,cyrillic-ext
The problem is at #038;
. It’s incorrect. It should be either one of these:
#038;
&
&
You may want to inform the theme author about it. As at the moment, on older browsers, correct fonts won’t be loaded or unnecessary fonts will be downloaded where unicode-range has partial support.
-
This reply was modified 2 years, 6 months ago by
asadkn.
Thanks for a reply. I disabled the extension behind #038;, now it looks like this:
https://fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600%7CNunito:200,200italic,300,300italic,regular,italic,600,600italic,700,700italic,800,800italic,900,900italic%7COpen+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic
Unfortunately the issue persists, characters like š,ř,ž have different style (font) than the rest of the text. Any other idea?
Plugin Author
asadkn
(@asadkn)
Hey,
The subset part is important. Otherwise only latin font will loaded. It’s better explained here – but that force subset feature isn’t available in free version at this time.
The only problem with your plugin / theme was it had a problem with the character being wrong. It’s a simple mistake the plugin / theme dev can easily and should fix – just let them know 🙂 It should be one of the characters I mentioned in my previous post.