Specify our serif fonts for h2s. Props JeremyVisser. fixes #4713

git-svn-id: https://develop.svn.wordpress.org/trunk@5856 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2007-08-08 12:08:28 +00:00
parent c974ff5406
commit f8aca1450b
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ form, label input {
h2 {
color: #333;
font: normal 32px serif;
font: normal 32px Georgia, "Times New Roman", Times, serif;
margin: 5px 10px;
background: url( images/heading-bg.gif ) repeat-x bottom;
}