1、http://www.font2web.com/
字体转换网站

2、@font-face {

    font-family: 'SEGOEWP';
    src: url('/Css/common/SEGOEWP.eot'); /*Ie9*/
    src: url('/Css/common/SEGOEWP.eot#iefix') format('embedded-opentype'), /*Ie6-ie8*/
    url('/Css/common/SEGOEWP.woff') format('woff'), /*chrome,firefox*/
    url('/Css/common/SEGOEWP.ttf') format('truetype'), /*chrome,firefoxopera,safari,android,ios4.2+*/
    url('/Css/common/SEGOEWP.svg#SegoeWP') format('svg'); /*ios 4.1-*/

}

#iefix不变

绿颜色的字是字体路径

#SegoeWP取决于 在浏览器上打开

网址/Css/common/SEGOEWP.svg

引入字体

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
  • 2021-06-23
  • 2021-12-27
  • 2022-01-09
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-08
  • 2021-10-30
  • 2022-12-23
  • 2021-12-21
  • 2021-05-28
  • 2022-02-03
相关资源
相似解决方案