Make WordPress Core

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: jeremyvisser's profile JeremyVisser 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.

Attachments (1)

4713.diff (395 bytes) - added by JeremyVisser 16 years ago.

Download all attachments as: .zip

Change History (3)

@JeremyVisser
16 years ago

#1 @JeremyVisser
16 years ago

  • Keywords has-patch commit added

#2 @markjaquith
16 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [5856]) Specify our serif fonts for h2s. Props JeremyVisser. fixes #4713

Note: See TracTickets for help on using tickets.