A PostCSS plugin to add font related properties in one line.
Installation
npm install postcss-font
Example
, , , , , , , , , , , , , , , , , ,
will produce
Note: still allows you to use the font shorthand normally, a valid shorthand won't be converted (eg: font: 14px/1.5 Arial will stay that)
Usage
Using Gulp.
var gulp = postcss = font = ; gulp; // rest of the gulp file