gpt4 book ai didi

css - 在 IE 中自定义字体延迟加载

转载 作者:行者123 更新时间:2023-11-28 02:41:15 25 4
gpt4 key购买 nike

在 IE 中加载页面时,页面显示几分之一秒且没有自定义字体,然后呈现正常。但是这种行为在 Chrome 中是没有的。任何关于如何预防的建议。

谢谢

最佳答案

以这种方式始终为网站使用 google 字体。

在Html中添加

<head>
<title>Website Name</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
</head>

在 CSS 中添加

body{
font-family: 'Open Sans', sans-serif;
}

关于css - 在 IE 中自定义字体延迟加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47152822/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com