关于本地字体的导入
老师 ,我想问一下 您给的字体下载下来了之后怎么导入
我不会
老师 ,我想问一下 您给的字体下载下来了之后怎么导入
我不会
2015-05-11
<style type="text/css">
@font-face {
font-family: 'myFont';
src: url('fonts/raphaelicons-webfont.eot');
src: url('fonts/raphaelicons-webfont.eot') format('embedded-opentype'),
url('fonts/raphaelicons-webfont.woff') format('woff'),
url('fonts/raphaelicons-webfont.ttf') format('truetype'),
url('fonts/raphaelicons-webfont.svg') format('svg');
font-weight: normal;
font-style: normal;
</style>举报