html GoogleFont

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html GoogleFont相关的知识,希望对你有一定的参考价值。

<script src="//ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js"></script>
<script>
  WebFont.load({
      google: {"families":["Poppins:300,400,500,600,700","Roboto:300,400,500,600,700"]},
      active: function() {
          sessionStorage.fonts = true;
      }
  });
</script>

以上是关于html GoogleFont的主要内容,如果未能解决你的问题,请参考以下文章

Google Fonts导致网页加载速度慢

IE 11 无法正确处理字体声明

谷歌字体“Merriweather”没有出现在 Chrome 中。?

网页引用google字体速度慢:fonts.googleapis.com

如何给Magento网站添加最潮的Google字体

一天学会HTML 基础