How do I 'leverage browser caching' for Google fonts?

J82 picture J82 · Mar 17, 2015 · Viewed 67.7k times · Source

I tested my site via Pingdom and got this:

enter image description here

I searched but couldn't find a solution to this. Does anyone know how I can get this 14 to 100?

Answer

Mark picture Mark · Dec 18, 2015

Not a complete solution, but you can improve the situation by combining the two requests to one:

https://fonts.googleapis.com/css?family=Montserrat|Open+Sans

I do that for two fonts on one of my sites and score 86 versus your 14. Importantly, this is a genuine speedup, not just a hack to reduce an arbitrary score.