[wp-trac] [WordPress Trac] #36753: Use system fonts for a faster, more native-feeling admin
WordPress Trac
noreply at wordpress.org
Fri Jun 17 18:36:06 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 helen):
In [changeset:"37740"]:
{{{
#!CommitTicketReference repository="" revision="37740"
Use numeric font weights instead of keywords.
When Open Sans was in use, the `300`, `400`, and `600` weights were
loaded. `400` is the equivalent of `normal`; however, `bold` is equivalent
to `700`, not `600`. With the move to system fonts, we need to be specific
rather than relying on the lack of a `700` weight. Not all system fonts
include a `600` weight; in those instances, they will use the `bold`/`700`
weight.
The WordPress CSS Coding Standards have been updated accordingly.
props coderste.
see #36753.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/36753#comment:51>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list