css网页中导入特殊字体@font-face属性详解 - HTML/CSS - 谷子博客 http://www.guzii.com/article/show-1-47.html
@font-face
是CSS3中的一个模块,他主要是把自己定义的Web字体嵌入到你的网页中。
首先我们一起来看看@font-face的语法规则:
1
2
3
4
5
6
|
@font-face {
font-family
:
src
:
format
>][,
format
>]]*;
[
font-weight
:
[
font-style
: |