美文网首页
常用网站

常用网站

作者: highcker | 来源:发表于2018-01-06 11:01 被阅读0次

字体转换

https://www.fontke.com/tool/convfont/

css3通用字体引入代码

@font-face {

    font-family: 'myfont';

    src: url('font/myFont.eot');

    src: url('font/myFont.eot?#iefix') format('embedded-opentype'),

        url('font/myFont.ttf') format('truetype'),

        url('font/myFont.woff') format('woff'),

        url('font/myFont.svg#myFont') format('svg');

}

h1 {

    font-family: 'myfont';

}

相关文章

  • 常用网站

    #常用网站

  • 常用网站

    突然想起前几天大学同一专业的同学与我聊天内容,我问现在在做什么工作呢,还在做设计吗;对于他自己毕业以后,机遇很好(...

  • 常用网站

    工具 DNS检测:http://tool.chinaz.com/dns 在线代码格式化:http://tool.c...

  • 常用网站

    前端人的俱乐部:http://f2er.club/ 代码规范:http://standard.lijinglun....

  • 常用网站

    工作 24小时医学频道 http://www.24hmb.com山东省医师定期考核:http://dk.h-sha...

  • 常用网站

    爱情守望者_常用免费mac软件苹果各种软件下载PC6苹果网苹果设备各种软件下载精品Mac应用分享 MakeAppI...

  • 常用网站

    1、http://xclient.info/s/office-for-mac-2016.html?_=276160...

  • 常用网站

    Android网站 android view设计网站 http://www.androiddesignpatter...

  • 常用网站

    webstrom11注册码网址 vue.js相关组件,比如UI组件什么 jsonserver地址

  • 常用网站

    1.检查yaml文件:http://codebeautify.org/yaml-validator2.网速测试:h...

网友评论

      本文标题:常用网站

      本文链接:https://www.haomeiwen.com/subject/wvlqbxtx.html