Allow the blueprint font family defaults to be configured.
This commit is contained in:
parent
1cbce96bc3
commit
5a81de14c5
@ -1,12 +1,15 @@
|
|||||||
@import colors.sass
|
@import colors.sass
|
||||||
@import compass/utilities/links/link_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
|
=normal-text
|
||||||
:font-family "Helvetica Neue", Helvetica, Arial, sans-serif
|
:font-family= !blueprint_font_family
|
||||||
:color= !font_color
|
:color= !font_color
|
||||||
|
|
||||||
=fixed-width-text
|
=fixed-width-text
|
||||||
:font 1em 'andale mono', 'lucida console', monospace
|
:font= 1em !blueprint_fixed_font_family
|
||||||
:line-height 1.5
|
:line-height 1.5
|
||||||
|
|
||||||
=header-text
|
=header-text
|
||||||
|
Loading…
Reference in New Issue
Block a user