html中font属性中face,html – CSS中有多个font-face

注意,您可能也有兴趣:

其中包括一个更具描述性的细分的CSS,你会看到下面(解释了调整,使它在IE6-9更好的工作)。

@font-face {

font-family: 'Bumble Bee';

src: url('bumblebee-webfont.eot');

src: local('☺'),

url('bumblebee-webfont.woff') format('woff'),

url('bumblebee-webfont.ttf') format('truetype'),

url('bumblebee-webfont.svg#webfontg8dbVmxj') format('svg');

}

@font-face {

font-family: 'GestaReFogular';

src: url('gestareg-webfont.eot');

src: local('☺'),

url('gestareg-webfont.woff') format('woff'),

url('gestareg-webfont.ttf') format('truetype'),

url('gestareg-webfont.svg#webfontg8dbVmxj') format('svg');

}

body {

background: #fff url(../images/body-bg-corporate.gif) repeat-x;

padding-bottom: 10px;

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

}

h1 {

font-family: "Bumble Bee", "Times New Roman", Georgia, Serif;

}

注意我不知道你的Bumble Bee字体或文件的名称,因此,相应地调整,并且font-face声明应该在你的使用之前(前面),如我上面。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值