dfont2ttf and ttf2eto

阅读更多

1、苹果字体dfont转换为windows字体ttf

2、将windows字体ttf转换为eto

3、将eto字体嵌入网页

 

css 定义字体

@font-face {

    font-family:'helveticaneueltstd-lt';

    src:url(font/helveticaneueltstd-lt.eot);

    font-weight: normal;

    font-style: normal;

}

使用字体:font-family:'helveticaneueltstd-lt';

 

使用两个工具进行转换:

    1、EOTFAST-1  ttf2eto

    2、cfsetup   dfont2ttf

  • 转换工具.rar (1.8 MB)
  • 下载次数: 0

你可能感兴趣的:(dfont,ttf,eto,字体转换)