Font Weights/Styles not working in Firefox
-
I’m not seeing appropriate weight/styles when using this plugin to download Google fonts to my theme package. I suspect the issue relates to how theme.json leverages the webfont API.
Others are experiencing similar issues:
https://www.ads-software.com/support/topic/bold-font-weight-is-not-working/
https://www.ads-software.com/support/topic/bold-italic-google-font-pt-serif-not-working/It appears @font-face calls
src:local
first for performance gains. But with its current implementation, Firefox assumes the 400/normal settings across all iterations. Safari and Chrome are downloading and mapping the .ttf appropriately from my remote build.I expect something like
Work Sans Medium
in the secondsrc:local()
slot.https://www.dropbox.com/s/laolrez3ijnl2ce/20221218-wp-fontface.jpg?dl=0
- The topic ‘Font Weights/Styles not working in Firefox’ is closed to new replies.