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

后端 未结 3 1156
挽巷
挽巷 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 19:58

    The CSS served up by Google Webfonts changes depending on the user agent in the HTTP request header, so you'd be better off using @import. The reason is the different implementations of web fonts in different browsers.

提交回复
热议问题