gpt4 book ai didi

html - Google Web 字体在 IE8 中不工作

转载 作者:技术小花猫 更新时间:2023-10-29 12:39:40 25 4
gpt4 key购买 nike

我用这个链接到一些谷歌字体:

<link href='http://fonts.googleapis.com/css?family=IM+Fell+English+SC|Snippet|Sarina|Crushed|Caesar+Dressing|Montez|Bad+Script|Sofia|Fontdiner+Swanky|Just+Me+Again+Down+Here|Voltaire|Geo|Coming+Soon|Wellfleet|Passion+One|Rock+Salt|Homemade+Apple|Meddon|Rosario' rel='stylesheet' type='text/css'>

我正在使用这段代码,它适用于某些浏览器:

<span style="font-size: 110px;font-family:montez;"><b>Abcdefg</b></span>

为什么字体在IE8中不显示? http://jsfiddle.net/3NbE5/

最佳答案

看来 IE 不支持 href 中的多种字体:
http://jsfiddle.net/3NbE5/3/

你有这个 href:

<link href='http://fonts.googleapis.com/css?family=IM+Fell+English+SC|Snippet|Sarina|Crushed|Caesar+Dressing|Montez|Bad+Script|Sofia|Fontdiner+Swanky|Just+Me+Again+Down+Here|Voltaire|Geo|Coming+Soon|Wellfleet|Passion+One|Rock+Salt|Homemade+Apple|Meddon|Rosario' rel='stylesheet' type='text/css'>


删除其他字体后它起作用了:

<link href='http://fonts.googleapis.com/css?family=IM+Fell+English+SC|Montez' rel='stylesheet' type='text/css'>

关于html - Google Web 字体在 IE8 中不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9050747/

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