天天看点

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