天天看點

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