Skip to content

MinifierPluginConvertFontWeight

natxet edited this page Oct 6, 2015 · 1 revision

#sidebar Sidebar

= !FontWeight minifier plugin =

== Description == This plugin will change the font weight values normal to 400 and bold to 700.

== Configuration: ==

  • true / false

== Defaults: ==

  • false

== Before: == {{{ font-weight: bold }}}

== After: == {{{ font-weight:700 }}}