CSS: Style h1 and h2

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-23 11:04:59 +02:00
parent d1b141d142
commit a2d459bdaa

View File

@ -14,3 +14,15 @@ body {
font-family: @font-family;
font-size: @font-size;
}
h1 {
font-size: 18px;
line-height: 22px;
font-weight: normal;
}
h2 {
font-size: 16px;
line-height: 19px;
font-weight: normal;
}