HTML所有文本加粗怎么打代码,如何为html中的所有粗体文本提供不同的字体?

它涉及到一个小谎,但这似乎在Firefox 13,Chrome的最新,歌剧11.64工作,甚至IE9:

This is Bold!

This is text that is bolded.

Something here is Italicized!

@font-face {

font-family: 'Merriweather';

font-weight: regular;

src: local('Unkempt'), url('http://themes.googleusercontent.com/static/fonts/unkempt/v4/MsFMwD9wD1OCzqw3trD0PA.woff') format('woff');

}

@font-face {

font-family: 'Merriweather';

font-weight: bold;

src: local('Merriweather Bold'), local('Merriweather-Bold'), url('http://themes.googleusercontent.com/static/fonts/merriweather/v4/ZvcMqxEwPfh2qDWBPxn6nnl4twXkwp3_u9ZoePkT564.woff') format('woff');

}

@font-face {

font-family: 'Merriweather';

font-style: italic;

src: local('Cousine Bold Italic'), local('Cousine-BoldItalic'), url('http://themes.googleusercontent.com/static/fonts/cousine/v4/y_AZ5Sz-FwL1lux2xLSTZXhCUOGz7vYGh680lGh-uXM.woff') format('woff');

}

* {

font-family: 'Merriweather', serif;

}

strong, #bold {

font-weight: bold;

}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值