fvd
Font Variation Description for JavaScript
See Font Variation Description for more details.
Installation
Install with npm:
$ npm install fvd
Usage
var fvd = fvdcompact'font-weight:bold;font-style:italic;'// 'i7' fvd// 'font-style:italic;font-weight:700;' fvd// { 'font-style': 'italic', 'font-weight': 700 }
Tests
Install the dependencies and run:
$ npm test
License
MIT License, see LICENSE for details.