How can I convert OTF/TTF files to EOT format?

前端 未结 6 522
日久生厌
日久生厌 2021-01-29 23:57

I need to use @font-face feature and my fonts are in OTF/TTF format and Microsoft browsers support only EOT format. I tried to use Microsoft tool WEFT, but it didn\'t work or I

6条回答
  •  日久生厌
    2021-01-30 00:06

    In Ubuntu, install mkeot:

    sudo apt-get install eot-utils
    

    Then:

    mkeot fontfilename.otf > fontfilename.eot
    

提交回复
热议问题