matsuyoshi30 / harbor

Simple and minimal personal blog theme.
MIT License
186 stars 68 forks source link

Do not use Google Fonts #12

Closed DanielRuf closed 4 years ago

DanielRuf commented 4 years ago

https://github.com/matsuyoshi30/harbor/blob/dd7598175fde2eb3418c0b2e9eddaa28e631fe94/layouts/partials/head.html#L14

These files should be selfhosted using https://google-webfonts-helper.herokuapp.com/

matsuyoshi30 commented 4 years ago

I didn't know about https://google-webfonts-helper.herokuapp.com/ Thanks for letting me know!

DanielRuf commented 4 years ago

You can optimize it further =)

Remove all except woff2 and woff and load woff2 first. Smaller font files (better compression) and better features.

matsuyoshi30 commented 4 years ago

📝 https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/webfont-optimization#webfont_formats

matsuyoshi30 commented 4 years ago

Thanks again! I've done :)