Socket
Socket
Sign inDemoInstall

ttf2eot

Package Overview
Dependencies
1
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ttf2eot

Convert TTF font to EOT


Version published
Weekly downloads
185K
decreased by-7.41%
Maintainers
1
Install size
179 kB
Created
Weekly downloads
 

Readme

Source

ttf2eot

ttf2eot converts TTF fonts to EOT format. That can be useful for different webfont generation tools.

This is node.js port of ttf2eot.

Usage

Install:

npm install -g ttf2eot

Usage example:

ttf2eot fontello.ttf fontello.eot

Or:

ttf2eot < fontello.ttf > fontello.eot

Possible problems

Due to bug in IE, font FullName MUST begin with FamilyName. For example, if FamilyName is fontello, then FullName should be fontello regular and so on.

In this condition is not satisfyed, then font will not be shown in IE.

Authors

License

Copyright (c) 2013-2016 Vitaly Puzrin. Released under the MIT license. See LICENSE for details.

Keywords

FAQs

Last updated on 04 Feb 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc