1) Why is the font used at all?
2) Can’t you change it to a local font?
Thanks
]]><link rel=stylesheet id=shapely-fonts-css href='//fonts.googleapis.com/css?family=Raleway%3A100%2C300%2C400%2C500%2C600%2C700&ver=5.3.2' type=text/css media=all>
For performance reasons it’d better do add display=swap
as a parameter https://addyosmani.com/blog/google-fonts-font-display/
This theme also uses @font-face
in the CSS for Font Awesome and Glyphicons Halflings. Please add the following property to the @font-face block of both fonts in the CSS: font-display: block
. ‘Swap’ would not work here, as they’re icons and not normal fonts, so an immediate fallback wouldn’t be possible. Font-display: block would still improve the PageSpeed score
**This will fix all PageSpeed issues that still occur with this theme**:
– Eliminate render-blocking resources
– Ensure text remains visible during webfont load
wp-content/themes/gk-portfolio/css/A.normalize.css
fonts.googleapis.com/css?family=Cookie
fonts.googleapis.com/css?family=Raleway%3A300%2C400%2C700
and two instances of:
wp-content/themes/gk-portfolio/css/A.font.awesome.css
]]>The headline font is a Google webfont that came with the theme, called “Raleway” (https://www.google.com/fonts/specimen/Raleway), which looks really good on Thin 100, but today it suddenly changed to Medium 500.
This happened after I downloaded Raleway and installed it onto my computer, but it had nothing to do with my blog or WordPress.
Also, this problem is only on Chrome. On other browsers (like Firefox) it’s normal.
Anyone know how to fix this?
]]>The headline font is a Google webfont that came with the theme, called “Raleway” (https://www.google.com/fonts/specimen/Raleway), which looks really good on Thin 100, but today it suddenly changed to Medium 500.
This happened after I downloaded Raleway and installed it onto my computer, but it had nothing to do with my blog or WordPress.
Also, this problem is only on Chrome. On other browsers (like Firefox) it’s normal.
Anyone know how to fix this?
]]>