$ cnpm install postcss-minify-font-weight
Minimise
font-weight
values in your CSS.
With npm do:
npm install postcss-minify-font-weight --save
h1 {
font-weight: bold;
font-weight: normal;
}
h1 {
font-weight: 700;
font-weight: 400;
}
See the PostCSS documentation for examples for your environment.
Pull requests are welcome. If you add functionality, then please add unit tests to cover it.
MIT © Ben Briggs
Copyright 2013 - present © cnpmjs.org