Opened 16 years ago
Closed 16 years ago
#4713 closed enhancement (fixed)
H2s in admin backend should have a specific font specified, for consistency
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | minor | Version: | 2.3 |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
The H2s that are displayed as the title for WP admin pages don't have a specific font specified. All the CSS says is that it should use a 'serif' font.
This is normally not a problem; on Windows (and Mac OS X, I presume) it defaults to Times New Roman, which looks close enough to the rest of the fonts.
However, on most Linux distributions, the default serif font is Bitstream Vera Serif, which is an ugly blocky serif font, and having that font alongside all the other Microsoft fonts that are explicitly included in the CSS makes it look not too pleasant.
Attached is a patch to specify that it uses the Georgia font (same as the blog title displayed at the top), which makes it consistent with all the other {{{font-family}} declarations in CSS.
(In [5856]) Specify our serif fonts for h2s. Props JeremyVisser. fixes #4713