1.0.0 • Published 10 years ago

font-face-attrs v1.0.0

Weekly downloads
146
License
-
Repository
github
Last release
10 years ago

font-face-attrs

NPM version Bower version Build Status

An array of the font-face element attributes, except for the SVG core attributes

fontFaceAttrs; //=> ['font-family', 'font-style', 'font-variant', ... ]

Installation

Package managers

npm

npm install font-face-attrs

Bower

bower install font-face-attrs

Duo

var fontFaceAttrs = require('shinnn/font-face-attrs');

Standalone

Download the script file directly.

API

fontFaceAttrs

Type: Array of String

License

Copyright (c) 2014 Shinnosuke Watanabe

Licensed under the MIT License.