Makes font-family names customizable.

This chagne instroduces following variables
that allows authors to customize a font family for each class.
- $serif
- $sans
- $heading-font-family
- $header-title-font-family

This change also adds anotehr custom scss file named "_fonts.scss".
We can use it to override these newly introduced variables.
This commit is contained in:
MORITA Hajime (omo)
2011-10-24 02:22:46 -07:00
parent 665f8a424c
commit 20e566f58f
3 changed files with 19 additions and 4 deletions

View File

@ -3,6 +3,7 @@
@include reset-html5;
@import "custom/colors";
@import "custom/fonts";
@import "custom/layout";
@import "base";
@import "partials";