0.5.0 • Published 10 years ago

node-fonts-used v0.5.0

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

CSS font finder

Very much a work in progress

Finds the fonts used in a css files

Installation

$ npm install node-fonts-used

Usage

var fontsUsed = require('node-fonts-used');
var fontsArray = fontsUsed.findFonts('body { font-size: 12px; font-family: Arial; }');

Returns an array of fonts used.

You can also use the tool from the command line.

    $ fontsused file.css
0.5.0

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago