#45909 closed enhancement (fixed)
Twenty Nineteen: Consider syncing up font smoothing between the front end and block-based editor
Reported by: | laurelfulford | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.1 | Priority: | normal |
Severity: | normal | Version: | 5.0.2 |
Component: | Bundled Theme | Keywords: | has-screenshots has-patch commit |
Focuses: | css | Cc: |
Description
This was originally reported by @kjellr in Twenty Nineteen's GitHub repo:
Currently, the front end of the site implements font smoothing via the following rules:
-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
These rules do not exist in the Gutenberg editor. This leads to a much heavier display of text in the editor than in the front end.
This will need to be scoped in such a way that it doesn't bleed out of the actual content in the editor into block-level controls/placeholder labels/menu text/etc.
Original ticket: https://github.com/WordPress/twentynineteen/issues/281
Attachments (4)
Change History (12)
This ticket was mentioned in PR #2811 on WordPress/wordpress-develop by sabernhardt.
2 years ago
#1
- Keywords has-patch added; needs-patch removed
Applies to .editor-styles-wrapper
in block editor
Trac ticket: https://core.trac.wordpress.org/ticket/45909
#2
@
2 years ago
- Focuses css added
As noted in the original Twenty Nineteen issue and in ticket #55596, the value of font smoothing is questionable. However, if it's on the front end, it belongs in the editor as well.
This ticket was mentioned in Slack in #core by audrasjb. View the logs.
2 years ago
#5
@
2 years ago
- Owner set to audrasjb
- Status changed from new to reviewing
Looks good to go! Self assigning for final testing and commit
.
2 years ago
#8
Committed in https://core.trac.wordpress.org/changeset/54106
Twenty Nineteen - how the fonts appear on the front-end