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:
parent
c974ff5406
commit
f8aca1450b
|
@ -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