font display css
-
Hi all
I did the pagespeed test on PageSpeed and I got a low score on performance.
It looks like the main cause is “font-display” thing. PageSpeed recommends me to add font-display CSS.
So I tried to put the code below to my additional CSS, but it’s still not working. (I’m using generatepress for the theme btw)
@font-face{
font-family:'Open Sans';
src:url('https://MYBLOGTITLE/wp-content/themes/generatepress/assets/fonts/generatepress.woff2') format('woff2');
font-weight:600;
font-style:normal
}I’ve also tried to work this out through WP Rocket by putting the code(/wp-content/themes/generatepress/assets/fonts/generatepress.woff2) under “Preload Fonts”. But this also didn’t work.
If there’s any idea, please let me know. Thanks.
The topic ‘font display css’ is closed to new replies.