Title: Inline Google Fonts CSS Does Work
Last modified: November 19, 2021

---

# Inline Google Fonts CSS Does Work

 *  [georgeslteif](https://wordpress.org/support/users/georgeslteif/)
 * (@georgeslteif)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/inline-google-fonts-css-does-work/)
 * “Inline Google Fonts CSS” doesnt seem to change anything. Google Speed Insights
   still complaining about render-blocking css which upon inspection happens to 
   be google fonts.
 * Please help!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Finline-google-fonts-css-does-work%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [dfounde](https://wordpress.org/support/users/dfounde/)
 * (@dfounde)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/inline-google-fonts-css-does-work/#post-15231486)
 * It does work. it effectively looks for the fonts used and inlines them. what 
   it doesn’t do is defer the font, so it can become render-blocking.. a feature
   I think this plugin needs.
 * in your <head> add this
    <link rel=”preconnect” href=”[https://fonts.gstatic.com&#8221](https://fonts.gstatic.com&#8221);
   crossorigin> <link rel=”preload” as=”style” href=”(font CSS URL here)”> <link
   rel=”stylesheet” media=”print” onload=”this.onload=null;this.removeAttribute(‘
   media’);” href=”(font CSS URL here)”> <noscript> <link rel=”stylesheet” href=”(
   font CSS URL here)”> </noscript>
 * (font CSS URL here) = needs to the full URL of the font style(s). example:
    [https://fonts.googleapis.com/css2?family=Poppins:wght@100&family=Roboto:wght@100&display=swap&#8221](https://fonts.googleapis.com/css2?family=Poppins:wght@100&family=Roboto:wght@100&display=swap&#8221);
 * </head>`

Viewing 1 replies (of 1 total)

The topic ‘Inline Google Fonts CSS Does Work’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/debloat.svg)
 * [Debloat - Remove Unused CSS, Optimize JS](https://wordpress.org/plugins/debloat/)
 * [Support Threads](https://wordpress.org/support/plugin/debloat/)
 * [Active Topics](https://wordpress.org/support/plugin/debloat/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/debloat/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/debloat/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [dfounde](https://wordpress.org/support/users/dfounde/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/inline-google-fonts-css-does-work/#post-15231486)
 * Status: not resolved