老师 ,我想问一下 您给的字体下载下来了之后怎么导入
我不会
<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>看看慕课上专门讲解用字体画icon小图标的视频吧,http://www.imooc.com/learn/243,老师讲的挺好的,愿你解惑
字体在哪里下载,能给我一下吗?
请问怎么查看字体对应的按键
后面的format()是什么意思啊
Fireworks
就像这样 怎么用啊老师哦