fonts variables comments
This commit is contained in:
parent
ce17704435
commit
71b0d7e745
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ $h6-size-l : 1.6rem; // equiv "16px"
|
||||||
|
|
||||||
// font stacks
|
// font stacks
|
||||||
$font-stack-common : -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; // system font stack
|
$font-stack-common : -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; // system font stack
|
||||||
$font-stack-headings : sans-serif; // headings font
|
$font-stack-headings : sans-serif; // font for h1, h2.. h6
|
||||||
$font-stack-monospace : consolas, courier, monospace; // monospace font
|
$font-stack-monospace : consolas, courier, monospace; // font for code and samples
|
||||||
|
|
||||||
// grid gutters (for .has-gutter-* classes)
|
// grid gutters (for .has-gutter-* classes)
|
||||||
$grid-gutters: ( '': 1rem, '-l': 2rem, '-xl': 4rem );
|
$grid-gutters: ( '': 1rem, '-l': 2rem, '-xl': 4rem );
|
||||||
|
|
Loading…
Reference in a new issue