Skip to content
/ WFG Public

WebFont generator (WFG) is a tool to convert .ttf files to .eot and .woff along with the stylesheet

Notifications You must be signed in to change notification settings

suitmedia/WFG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebFont generator (WFG)

is a tool to convert .ttf files to .eot, .woff and .woff2 along with the stylesheet containing @font-face rules

Status

This tool is still work in progress

Requirement

  • NodeJS v4

Note: WFG will automatically install ttf2eot, ttf2woff and ttf2woff2 modules globally via npm.

Installation

  1. Clone this repository
  2. cd into the directory
  3. Run command npm run setup to install required modules

Update

  1. Git pull to get latest update
  2. Run command npm run setup

Usage

  1. cd into directory containing .ttf font files you want to convert
  2. Run command wfg
  3. WFG will automagically convert .ttf files to .eot, .woff and .woff2 then generate a stylesheet
  4. Done. All assets are ready to use

About

WebFont generator (WFG) is a tool to convert .ttf files to .eot and .woff along with the stylesheet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published