gpt4 book ai didi

css - @font-face 停止工作 IE6

转载 作者:行者123 更新时间:2023-11-28 14:35:07 25 4
gpt4 key购买 nike

我刚刚测试了一个在 IE6 中使用@font-face 的站点。起初,它起作用了,字体被替换了。然后当我再次测试时,@font-face 已经完全停止工作,我找不到任何原因。

我使用的css是

@font-face {
font-family: 'SegoeCondensedBold';
src: url('../Fonts/segoecbd-webfont.eot');
src: url('../Fonts/segoecbd-webfont.eot?#iefix') format('embedded-opentype'),
url('../Fonts/segoecbd-webfont.woff') format('woff'),
url('../Fonts/segoecbd-webfont.ttf') format('truetype'),
url('../Fonts/segoecbd-webfont.svg#SegoeCondensedBold') format('svg');
font-weight: normal;
font-style: normal;
}

#nav
{
width: 96px;
height: 239px;
text-align: center;
margin-right: 19px;
float: left;
background: url(../Assets/nav-bg.png) no-repeat;
font-size: 16px;
font-family: SegoeCondensedBold, Arial;
}

不确定它是否相关,但这是 html 标题信息。

<link href="Content/Css/Master.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if IE 6]><link href="Content/Css/IE.css" rel="stylesheet" type="text/css" media="screen" /><![endif]-->
<!--[If IE 7]><link href="Content/Css/IE7.css" rel="stylesheet" type="text/css" media="screen" /><![endif]-->
<!--[if IE 6]>
<style type="text/css">
img, div, input, span, a { behavior: url("iepngfix.htc") }
</style>
<![endif]-->
<!--[if IE 6]><script type="text/javascript" src="Script/iepngfix_tilebg.js"></script><![endif]-->

注意:这只是 IE6 中的一个问题。它适用于所有其他浏览器。 font-face css 在主 css 文件中。

最佳答案

在引号中输入字体名称:font-family: 'SegoeCondensedBold', Arial;

关于css - @font-face 停止工作 IE6,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6845523/

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