html 正确加载网络字体(根据Google推荐)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 正确加载网络字体(根据Google推荐)相关的知识,希望对你有一定的参考价值。

<noscript id="deferred-styles">
	<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,300i,700,700i" rel="stylesheet">
</noscript>
<script>
    // Load CSS
    var loadDeferredStyles = function() {
    	var addStylesNode = document.getElementById("deferred-styles");
    	var replacement = document.createElement("div");
    	replacement.innerHTML = addStylesNode.textContent;
    	document.body.appendChild(replacement)
    	addStylesNode.parentElement.removeChild(addStylesNode);
    };
    var raf = window.requestAnimationFrame || window.mozRequestAnimationFrame ||
    window.webkitRequestAnimationFrame || window.msRequestAnimationFrame;
    if (raf) raf(function() { window.setTimeout(loadDeferredStyles, 0); });
    else window.addEventListener('load', loadDeferredStyles);
</script>

以上是关于html 正确加载网络字体(根据Google推荐)的主要内容,如果未能解决你的问题,请参考以下文章

如何将Google网络字体动态加载到数组中? [关闭]

当网络字体加载缓慢时恢复为无样式文本?

html 配置使用Web Font Loader异步加载Google字体:https://github.com/typekit/webfontloader

html 配置使用Web Font Loader异步加载Google字体:https://github.com/typekit/webfontloader

NextJS - Google 字体未加载或显示在网站上

HTML5 Canvas 填充文本和字体