Skip to content

This is a class to generate CSS3 web fonts with Font Forge and PHP

Notifications You must be signed in to change notification settings

jalbertbowden/WebFontGenerator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebFontGenerator

This is a class to generate CSS3 web fonts with Font Forge and PHP

Requirements

  • Command Line Access
  • FontForge (and dependencies)
  • PHP

Installation

Source: Open Font Library

Usage

<?PHP

require('convertFonts.class.php');

$converter = new convertFonts();
$converter->convert( 'fuck_yeah_fonts.otf' );

The convert function will ultimately output a zip file which has the following structure:

Current Limitations

  • Doesn't fully work. HAHA....

About

This is a class to generate CSS3 web fonts with Font Forge and PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published