1.1.0 • Published 8 years ago

convert-css-inline-fonts-woff2otf v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

Convert CSS inline fonts from woff to otf

This is made to fight non-support for WOFF on PhantomJS (which, even though is supposed to be supported, is not)

const woff2otf = require('convert-css-inline-fonts-woff2otf')
const cssStringWithConvertedFonts = woff2otf(cssStringWithInlineWoffFonts)

Which can now be displayed in any version of PhantomJS

1.1.0

8 years ago

1.0.0

8 years ago