[wp-trac] [WordPress Trac] #30021: Admin bar font appears thin in Firefox when themes turn on font-smoothing in body element
WordPress Trac
noreply at wordpress.org
Fri Oct 17 15:43:17 UTC 2014
#30021: Admin bar font appears thin in Firefox when themes turn on font-smoothing
in body element
--------------------------+-----------------------------
Reporter: cbaldelomar | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Formatting | Version: 4.0
Severity: normal | Keywords:
Focuses: ui |
--------------------------+-----------------------------
Font bug in admin bar when theme turns on font smoothing in Firefox
[[Image(http://webplantmedia.com/wp-content/uploads/2014/10/Screen-
Shot-2014-10-17-at-10.30.32-AM.png)]]
Looks good when in dashboard, or theme does not use font smoothing
[[Image(http://webplantmedia.com/wp-content/uploads/2014/10/Screen-
Shot-2014-10-17-at-10.30.43-AM.png)]]
Propose solution to declare proper font smoothing in CSS when declaring
font in admin elements.
{{{
font: 400 13px/32px "Open Sans",sans-serif;
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: auto;
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/30021>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list