Skip to content

Font Smoothing Property is Not Changed By Autoprefixr #3576

@dahlfors

Description

@dahlfors

Semantic-UI uses "font-smoothing: antialiased" in six different places: https://github.com/Semantic-Org/Semantic-UI/search?q=font-smoothing&type=Code&utf8=%E2%9C%93

There is no such CSS property, neither is such a property planned to be included in CSS in any near future.

To affect font-smoothing you need to use the vendor-specific "-webkit-font-smoothing: antialiased;" and "-moz-osx-font-smoothing: grayscale;".

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions