问答详情
源自:1-3 使用radio制作导航(html结构搭建)

关于本地字体的导入

老师 ,我想问一下  您给的字体下载下来了之后怎么导入

我不会

提问者:马小小小莹 2015-05-11 11:58

个回答

  • Alyssa_Lee
    2015-05-11 13:55:41
    已采纳

    <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>


  • 火星上的慕老爷
    2015-08-23 18:27:33

    看看慕课上专门讲解用字体画icon小图标的视频吧,http://www.imooc.com/learn/243,老师讲的挺好的,愿你解惑

  • 匆匆那年_0006
    2015-07-27 20:49:10

    字体在哪里下载,能给我一下吗?

  • ForCoding
    2015-05-20 13:30:05

    请问怎么查看字体对应的按键

  • 马小小小莹
    2015-05-12 21:30:54

    后面的format()是什么意思啊

  • 成者并非一蹴而就
    2015-05-12 01:27:35

    Fireworks

  • 马小小小莹
    2015-05-11 12:05:52

    http://img.mukewang.com/55502a8b0001473505460226.jpg就像这样 怎么用啊老师哦