docpad-plugin-fontface
v2.0.2
Published
DocPad plugin for generating @font-face
Downloads
2
Maintainers
Readme
@font-face Plugin for DocPad
Generates all required fonts for embedding fonts in websites. Currently only supported input format is svg.
Convention: .(ff|fontface).svg
Install
docpad install fontface
##Configuration
You can set which output files should be generated in docpad.coffee
:
plugins:
fontface:
output: ['ttf', 'svg', 'eot', 'woff', 'css']
##TODO
- Support more input formats (at least ttf would be nice)
Licensed under the incredibly permissive MIT License Copyright © 2014+ Matevz Mihalic