html 用于Open Sans的Webfont Loader

Posted

tags:

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


  <!-- Items to be placed in head -->
  

  <link rel="preconnect" href="//use.typekit.net/" crossorigin>


  <script src="//ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js" async></script>


  <script>
  
  /**
   * The follow JS can be placed in the head directly below webfont.js or placed
   * in an external file 
   */
        (function () {
            if (sessionStorage.fonts) {
                console.log("Fonts installed.");
                document.documentElement.classList.add('wf-active');
            } else {
                console.log("No fonts installed.");
            }
        })();

    </script>




<script>
/**
 *The WebFontConfig pobject loads Ropa Sans Pro and Open Sans from Typekit
 * we run a check to see if Localstorage is active. 
 * This can be please before the end body tag, or an external JS file
 */
 
        WebFontConfig = {
            custom: {
                families: [
                    'ropa-sans-pro',
                    'open-sans'
                ],
                urls: [
                    '//use.typekit.net/cdj8dtz.css'
                ]
            },
            active: function () {
                sessionStorage.fonts = true;
            },
            timeout: 2000
        };
    </script>

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

Source Sans Pro webfont 抗锯齿问题

如何在 Outlook 中实现 Open Sans Web 字体?

未使用字体系列 Open Sans

字体系列 Open Sans 不起作用

php Divi:禁用Open Sans Google字体。

使用 Open Sans 字体时,Chrome 在首次打印时无法正确打印