gpt4 book ai didi

html - 页面(内容)呈现后呈现字体

转载 作者:行者123 更新时间:2023-11-28 09:51:08 25 4
gpt4 key购买 nike

即使我将字体放在顶部,我的页面内容也会在字体呈现之前呈现这是我的代码...

<!doctype html>
<html>
<head>
<title>Computer Stuffs Developer Profile</title>
<?php include_once('includes.php');?>
<link rel="stylesheet" href="css/projects.css" />

includes.php 文件包含

<link href='http://fonts.googleapis.com/css?family=Tangerine|Indie+Flower|Kaushan+Script' rel='stylesheet' type='text/css'>
<!--[if IE]>
<script src="js/ie_html5.js"></script>
<![endif]-->
<link rel="icon" type="image/png" href="images/favicon.png" />
<link rel="stylesheet" href="css/universal.css" />
<link rel="stylesheet" href="css/hyperlinks.css" />

以前我的字体在 html5.js 下面,现在我把它移到上面了,但我仍然面临问题。我清除了缓存,累了。

最佳答案

我建议您缓存字体。这是一篇关于通过示例加载字体性能的好文章:

Link

关于html - 页面(内容)呈现后呈现字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25078055/

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