Skip to content

ananthakumaran/webify

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
dev
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Webify

A command line tool to convert ttf file to woff, eot & svg files

Usage

$> webify fontname.ttf

For the list of available options

$> webify --help

Installation

Latest pre-built binaries for windows, mac and linux can be downloaded here

You can also install it via cabal

 $> cabal install webify

CSS @font-face template

    @font-face {
        font-family: 'my-font-family';
        src: url('my-font-filename.eot');
        src: url('my-font-filename.eot?#iefix') format('embedded-opentype'),
        url('my-font-filename.svg#my-font-family') format('svg'),
        url('my-font-filename.woff') format('woff'),
        url('my-font-filename.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

Supported conversion formats

WOFF 1.0 WOFF 2.0 SVG EOT MTX
TTF
OTF

About

webfont generator - converts ttf to woff, eot and svg

Resources

License

Stars

Watchers

Forks

Packages

No packages published