gpt4 book ai didi

html - 自定义字体未在IE中加载

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

尝试在IE上加载自定义字体。

的CSS

@font-face {
font-family: 'HelveticaNeueLTCom47LightCondensed';
src: url('../font/helveticaneueltcom-ltcn.eot');
src: url('../font/helveticaneueltcom-ltcn.eot?#iefix') format('embedded-opentype'),
url('../font/helveticaneueltcom-ltcn.woff') format('woff'),
url('../font/helveticaneueltcom-ltcn.ttf') format('truetype'),
url('../font/helveticaneueltcom-ltcn.svg#HelveticaNeueLTCom47LightCondensed') format('svg');
}

body {
color: #393A3D;
line-height: 1.5;
font-family: HelveticaNeueLTCom47LightCondensed, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased; }


.htaccess

<FilesMatch "\.(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "http://medomain.com"
</IfModule>
</FilesMatch>

最佳答案

font-family: HelveticaNeueLTCom47LightCondensed, Helvetica, Arial, sans-serif;

用。。。来代替:

font-family: 'HelveticaNeueLTCom47LightCondensed', Helvetica, Arial, sans-serif;

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

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