Google Fonts not optimizing Material Symbols

I'm seeing an issue where Google fonts are not optimizing. I've followed these steps (https://developers.cloudflare.com/speed/optimization/content/fonts/troubleshooting/) and everything looks correct on my end. I've waited over an hour and fonts are still loading via fonts.googleapis.com and fonts.gstatic.com.

  • I'm not using any fancy hosting provider like Wordpress. It's a Rails app hosted on AWS so there isn't any additional optimizations that could be messing this up.
  • One thing to note is my google font style url loads both a font and material icons. This works perfectly when loading from google but wondering if this is not supported?
  • Google recommends you putting in a rel: 'preconnect' stylesheet above the main stylesheet. I've tried both with and without these preconnect stylesheets.
Was this page helpful?