Should I locally store CSS generated by the Google Web Fonts API?

后端 未结 3 1143
挽巷
挽巷 2021-02-12 19:49

I am using some Google Web Fonts. I hear that Google deal with all the issues between different browsers and serve different media depending on the browser in the request header

3条回答
  •  说谎
    说谎 (楼主)
    2021-02-12 20:18

    If you want to store local CSS then you MUST store font locally too because otherwise it will again have an extra HTTP request.

    And Google allows downloading font for local usage but you can check for web too. https://developers.google.com/webfonts/faq

提交回复
热议问题