Opened 4 years ago
Closed 6 months ago
#55596 closed enhancement (wontfix)
Twenty Twenty-Two: font-smoothing antialiasing setting
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Bundled Theme | Keywords: | |
| Focuses: | css | Cc: |
Description (last modified by )
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
Change History (5)
#1
@
4 years ago
- Description modified (diff)
- Summary changed from Should font-smoothing antialising setting in 2022 default theme be enabled? to Twenty Twenty-Two: font-smoothing antialiasing setting
Note: See
TracTickets for help on using
tickets.
Thanks for the report!
Antialiased font smoothing has been set on
bodyor the universal*selector and/or other elements in the default theme since Twenty Nineteen. (Before that, Twenty Thirteen to Twenty Sixteen had used it specifically for the Genericons icon font, which is probably fine.)I'm switching to "enhancement" because the style was clearly desired when the themes were created, but this ticket is about reconsidering that decision.