Fonts bug in MagicMirror
Platform: MagicMirrorOS on Raspberry Pi 2 .
MagicMirror² Version: 2.19.0
Description:
In this update fonts package was changed from roboto-fontface-bower to fontsource (2dcf55e).
CSS file roboto.css uses only latin subset for loading woff files. It is not fair = fonts must consist all world chars.
Way to fix:
Change roboto-latin-100-normal.woff2 to roboto-all-100-normal.woff2 and etc.
Expected Results: Fonts are still great with non US characters.
Actual Results: Fonts are ugly. Need to add custom @font-face from Google.
Fonts bug in MagicMirror
Platform: MagicMirrorOS on Raspberry Pi 2 .
MagicMirror² Version: 2.19.0
Description:
In this update fonts package was changed from
roboto-fontface-bowertofontsource(2dcf55e).CSS file
roboto.cssuses onlylatinsubset for loading woff files. It is not fair = fonts must consist all world chars.Way to fix:
Change
roboto-latin-100-normal.woff2toroboto-all-100-normal.woff2and etc.Expected Results: Fonts are still great with non US characters.
Actual Results: Fonts are ugly. Need to add custom
@font-facefrom Google.