Skip to content

arty-name/woff2otf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

woff2otf

This is a small utility to convert WOFF files to the OTF font format. It uses Javascript, so you can run it in the browser. It depends on the port of zlib to javascript, you need to include this file in your page. Or just go to this page to convert WOFF to OTF online.

Usage

convert_streams(<ArrayBuffer>)  // returns <ArrayBuffer> containing OTF font

Credits

Big thanks to Steffen Hanikel for his Python implementation of this script, which I later converted to Javascript.

About

Converts woff files to otf files in the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%