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:
parent
2af150e496
commit
48b20cf17d
|
@ -170,7 +170,7 @@ form, label input {
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
color: #333;
|
color: #333;
|
||||||
font: normal 32px serif;
|
font: normal 32px Georgia, "Times New Roman", Times, serif;
|
||||||
margin: 5px 10px;
|
margin: 5px 10px;
|
||||||
background: url( images/heading-bg.gif ) repeat-x bottom;
|
background: url( images/heading-bg.gif ) repeat-x bottom;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue