Allow the blueprint font family defaults to be configured.

This commit is contained in:
Chris Eppstein 2008-12-01 00:26:33 -08:00
parent 1cbce96bc3
commit 5a81de14c5

View File

@ -1,12 +1,15 @@
@import colors.sass
@import compass/utilities/links/link_colors.sass
!blueprint_font_family ||= "Helvetica Neue", Helvetica, Arial, sans-serif
!blueprint_fixed_font_family ||= 'andale mono', 'lucida console', monospace
=normal-text
:font-family "Helvetica Neue", Helvetica, Arial, sans-serif
:font-family= !blueprint_font_family
:color= !font_color
=fixed-width-text
:font 1em 'andale mono', 'lucida console', monospace
:font= 1em !blueprint_fixed_font_family
:line-height 1.5
=header-text