[wp-trac] [WordPress Trac] #55596: Should font-smoothing antialising setting in 2022 default theme be enabled?
WordPress Trac
noreply at wordpress.org
Thu Apr 21 03:40:13 UTC 2022
#55596: Should font-smoothing antialising setting in 2022 default theme be enabled?
---------------------------+-----------------------------
Reporter: happysadhu | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version:
Severity: normal | Keywords:
Focuses: |
---------------------------+-----------------------------
Currently, at the top of 2022's style.css, font-smoothing is enabled by
default by the following:
body {-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing:
antialiased; }
Critics of such anti-aliasing font smoothing say that it actually degrades
the clarity of fonts on computer screens, particularly dark text on a
light background. It switches rendering from subpixel-rendering to pixel
level rendering:
https://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/
https://github.com/google/fonts/issues/1170
Perhaps, font-smoothing should not be enabled by default in the default
wordpress theme.
Cheers, Sam
--
Ticket URL: <https://core.trac.wordpress.org/ticket/55596>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list