Skip to content

jason37/woff2ttf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

woff2ttf

Converts WOFF (web) fonts to TrueType (ttf) format

Example

<?php

$woffFile = 'awesome_font.woff';
$ttfFile = 'awesome_font.ttf';

WOFF2TTF::convert($woffFile, $ttfFile);

About

Converts WOFF (web) fonts to TrueType (ttf) format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages