[wp-trac] [WordPress Trac] #45909: Twenty Nineteen: Consider syncing up font smoothing between the front end and block-based editor

WordPress Trac noreply at wordpress.org
Thu Jan 10 16:43:36 UTC 2019


#45909: Twenty Nineteen: Consider syncing up font smoothing between the front end
and block-based editor
---------------------------+-----------------------------------------
 Reporter:  laurelfulford  |      Owner:  (none)
     Type:  enhancement    |     Status:  new
 Priority:  normal         |  Milestone:  Awaiting Review
Component:  Bundled Theme  |    Version:  5.0.2
 Severity:  normal         |   Keywords:  needs-patch has-screenshots
  Focuses:                 |
---------------------------+-----------------------------------------
 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

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/45909>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list