Make font-family for subtitle configurable.
Frederic Hemberger authored on 10/12/2011 at 11:49:26... | ... |
@@ -4,6 +4,7 @@ $serif: "PT Serif", Georgia, Times, "Times New Roman", serif !default; |
4 | 4 |
$mono: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace !default; |
5 | 5 |
$heading-font-family: "PT Serif", "Georgia", "Helvetica Neue", Arial, sans-serif !default; |
6 | 6 |
$header-title-font-family: $heading-font-family !default; |
7 |
+$header-subtitle-font-family: $heading-font-family !default; |
|
7 | 8 |
|
8 | 9 |
// Fonts |
9 | 10 |
.heading { |
... | ... |
@@ -21,6 +22,9 @@ body > header h1 { |
21 | 21 |
line-height: 1.2em; |
22 | 22 |
margin-bottom: 0.6667em; |
23 | 23 |
} |
24 |
+body > header h2 { |
|
25 |
+ font-family: $header-subtitle-font-family; |
|
26 |
+} |
|
24 | 27 |
|
25 | 28 |
body { |
26 | 29 |
line-height: 1.5em; |