gpt4 book ai didi

css - 谷歌字体一直不显示

转载 作者:太空宇宙 更新时间:2023-11-04 04:27:10 24 4
gpt4 key购买 nike

我在我的 CSS 中使用了 import 东西,就像这样

@import url(http://fonts.googleapis.com/css?family=Kite+One);

但字体不会一直加载。我仍在研究 CSS 并定期刷新。是因为那个吗?有什么办法可以解决这个问题吗?

最佳答案

而不是@import,你应该通过..添加一个链接到你的页面

<link href='http://fonts.googleapis.com/css?family=Kite+One' rel='stylesheet' type='text/css'>

然后,使用 font-family 在样式表的 body 元素下添加 font

例如,

body{font-family: 'Kite One', sans-serif;}

更多疑惑,引用here .

它现在应该可以工作了。

关于css - 谷歌字体一直不显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18057257/

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