2.0.2 • Published 10 years ago

docpad-plugin-fontface v2.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

@font-face Plugin for DocPad

Build Status NPM version

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