Bad Font Optimization | Design 3
-
Web font is really crucial,
I use original template Design 3, i see your default template not yet optimized in font.
Really i test with GTMETRIX, where size of my Non-AMP version more smaller than AMP version generated by AMP for WP. So i replace PT serif (est 600kb if downloaded with Georgia, that has similar view and its css3 default font) in global settings
@font-face {
font-family: ‘PT Serif’;
font-display: auto;
font-style: normal;
font-weight: 400;
src: local(‘Georgia’), local(‘Arial’);
}
@font-face {
font-family: ‘PT Serif’;
font-display: auto;
font-style: normal;
font-weight: 700;
src: local(‘Georgia’), local(‘Arial’);
}I suggest…
#1 I found this resource
Converting ttf to woff2 for Robot Slab and Roboto Slab Bold
https://fonts.googleapis.com/css?family=Roboto+Slab
https://fonts.googleapis.com/css?family=Roboto+Slab:400,700
But i can’t use it in custom css in global setting, i also directly insert woff2 url. Still Not Work ??#2 Hope you can fix it…
Can you added font-display:swap to improve google page score?#3 Or can you give me templete for design 3 in plugin version? so user can customization for it
Sincerely Thanks
Mentik
- This topic was modified 5 years, 11 months ago by .
- This topic was modified 5 years, 11 months ago by .
- This topic was modified 5 years, 11 months ago by .
- This topic was modified 5 years, 11 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Bad Font Optimization | Design 3’ is closed to new replies.