WebFontGenerator

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

Stars
23

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....