Skip to content

Missing CSS optimization - fonts #319

Description

@SpeednetGroup

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions