gpt4 book ai didi

html - 为什么 .css 文件没有改变字体系列?

转载 作者:行者123 更新时间:2023-12-04 13:26:49 24 4
gpt4 key购买 nike

我有一个访问 style.css 文件的 .html 文件:

<html>
<head>
<link rel = "stylesheet" href = "../style.css"/>
</head>
<body>
<p>
This is it.
</p>
</body>
</html>
这是 style.css 文件:
  GNU nano 4.8                /var/www/html/style.css                           
body {
margin: 0;
font-family: Arial;
text-align: center;
}
a {
font-size: 50px;
margin: 5px 10px 5px 0px;
}
h1 {
margin: 10px;
font-size: 100px;
}
p {
font-family: Arial;
font-size: 55px;
}
我知道 .html 文件正确链接到 .css 文件,因为文本在中间对齐并且字体大小为 80px,但字体系列不是 Arial,它是默认的 Linux Mint 字体。
如果我在 .html 文件中使用 < style > 标签,并更改字体系列,它会发生变化,但由于某种原因,在使用 .css 文件时它不会发生变化。

最佳答案

这是一个非常奇怪的问题。如果我使用本地 ip (127.0.0.1),它不会在任何页面上使用 Arial,但在实际网站上,一切都是 Arial。由于它在技术上有效,我不会提示,但如果你知道这是为什么,请评论:)

关于html - 为什么 .css 文件没有改变字体系列?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67941590/

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