Browse code

Provide a way to configure font family for subtitle.

Beau Simensen authored on 14/11/2011 at 04:20:20
Showing 2 changed files
... ...
@@ -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;
... ...
@@ -7,3 +7,4 @@
7 7
 //$mono: "Courier", monospace;
8 8
 //$heading-font-family: "Verdana", sans-serif;
9 9
 //$header-title-font-family: "Futura", sans-serif;
10
+//$header-subtitle-font-family: "Futura", sans-serif;