Please update the CSS optimizations in NUglify to shorten font definitions.
normal should always be removed from a font declaration, because the font CSS declaration always sets normal by default.
font-weight:normal should be reduced to font-weight:400
bolder in either a font or font-weight declaration should be reduced to 900
bold in either a font or font-weight declaration should be reduced to 700
Please update the CSS optimizations in NUglify to shorten font definitions.
normalshould always be removed from afontdeclaration, because thefontCSS declaration always setsnormalby default.font-weight:normalshould be reduced tofont-weight:400bolderin either afontorfont-weightdeclaration should be reduced to900boldin either afontorfont-weightdeclaration should be reduced to700