wpengine / frost

The ultimate WordPress block theme for website designers and developers.
https://wordpress.org/themes/frost/
GNU General Public License v3.0
559 stars 144 forks source link

Support for Latin Extended font #151

Closed rafaucau closed 11 months ago

rafaucau commented 1 year ago

After installing the Frost theme, I've encountered a problem with the rendering of Polish characters. Currently, the theme incorporates two fonts: the default Outfit and a system monospace. Unfortunately, the Outfit font lacks support for Polish characters, which results in an improper display.

Here's a comparison between the current and the expected rendering:

Current (Outfit font) Expected (system font)
image image

In terms of improving the theme, one possible solution could be to add a third, sans-serif font to the theme. The system monospace works well as it is system-based, but for the website I'm developing, a sans-serif font would be more appropriate. Of course, introducing a variant of the Outfit font that supports Latin Extended characters could also be a viable solution.

bgardner commented 11 months ago

I'm going to close this, given the movement of the Web Fonts API that will likely be available in the WordPress 6.4 release. It's currently in the Gutenberg 16.7 RC releases, so feel free to give that a whirl to see how you like it. @rafaucau