网页中使用特殊字体方法

@font-face {
font-family: 'HansHandItalic';
src: url('fonts/hanshand-webfont.eot');
src: url('fonts/hanshand-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/hanshand-webfont.woff') format('woff'), url('fonts/hanshand-webfont.ttf') format('truetype'), url('fonts/hanshand-webfont.svg#webfont34M5alKg') format('svg');
font-weight: normal;
font-style: normal;
}
然后使用body{ font-family: 'HansHandItalic'; font-size: 16px; }
就可以显示特殊字体了

posted @ 2017-12-09 14:51  赤热的心  阅读(328)  评论(0编辑  收藏  举报