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

git-svn-id: http://svn.automattic.com/wordpress/trunk@5856 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2007-08-08 12:08:28 +00:00
parent 2af150e496
commit 48b20cf17d
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;
}