diff options
author | Beau Simensen <beau@dflydev.com> | 2011-11-13 22:20:20 -0600 |
---|---|---|
committer | Beau Simensen <beau@dflydev.com> | 2011-11-13 22:20:20 -0600 |
commit | 9c700f3e468e1e674b2987483137f41719785fe5 (patch) | |
tree | b5e24d7545aecdf59f0e013baee1907b15bd2d02 /.themes/classic/sass/custom | |
parent | 4feeecfdeff7defa19bbe300842e14118e869c02 (diff) | |
download | my_new_personal_website-9c700f3e468e1e674b2987483137f41719785fe5.tar.xz my_new_personal_website-9c700f3e468e1e674b2987483137f41719785fe5.zip |
Provide a way to configure font family for subtitle.
Diffstat (limited to '')
-rw-r--r-- | .themes/classic/sass/custom/_fonts.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.themes/classic/sass/custom/_fonts.scss b/.themes/classic/sass/custom/_fonts.scss index 073c2be6..1a6b2a06 100644 --- a/.themes/classic/sass/custom/_fonts.scss +++ b/.themes/classic/sass/custom/_fonts.scss @@ -7,3 +7,4 @@ //$mono: "Courier", monospace; //$heading-font-family: "Verdana", sans-serif; //$header-title-font-family: "Futura", sans-serif; +//$header-subtitle-font-family: "Futura", sans-serif; |