index.html文件
css3.0 @font-face
myblog
@font-face {
font-family: '汉仪雪君体简';
src:url('./fonts/汉仪雪君体简.ttf') format('truetype'),
url('./fonts/汉仪雪君体简.eot') format('embedded-opentype'),
url('./fonts/汉仪雪君体简.woff') format('truetype');
font-weight: normal;
font-style: normal;
}
h1{
font-family:"汉仪雪君体简";
}
如以上代码所示,@font-face的语法规则如下:
@font-face {
font-family: ;
src: