[wp-trac] [WordPress Trac] #36753: Use system fonts for a faster, more native-feeling admin
WordPress Trac
noreply at wordpress.org
Sat Jun 18 00:48:24 UTC 2016
#36753: Use system fonts for a faster, more native-feeling admin
--------------------------------------------------------+------------------
Reporter: helen | Owner:
Type: task (blessed) | Status: new
Priority: normal | Milestone: 4.6
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: needs-screenshots good-first-bug has-patch | Focuses: ui
--------------------------------------------------------+------------------
Comment (by netweb):
Replying to @helen:
> The WordPress CSS Coding Standards have been updated accordingly.
Nice, +1, now with those CSS Coding Standards being updated there are ~75
instances where font weight `normal` is used with the Dashicons font, e.g.
`font: normal 20px/1.6 dashicons;`.
These should now also be updated to e.g. `font: 400 20px/1.6 dashicons;`
and a couple of instances of `font-weight: normal;` in `src/wp-
includes/css/dashicons.css`
''It's a consistency thing, and my stylelint lint config makes explosions
when things aren't consistent ;)''
--
Ticket URL: <https://core.trac.wordpress.org/ticket/36753#comment:53>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list