#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 |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.1 |
| Component: | Bundled Theme | Version: | 5.0.2 |
| Severity: | normal | Keywords: | has-screenshots has-patch commit |
| Cc: | Focuses: | css |
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.
4 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
@
4 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.
4 years ago
#5
@
4 years ago
- Owner set to
- Status new → reviewing
Looks good to go! Self assigning for final testing and commit.
4 years ago
#8
Committed in https://core.trac.wordpress.org/changeset/54106
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Twenty Nineteen - how the fonts appear on the front-end