16 lines
168 B
SCSS
16 lines
168 B
SCSS
|
body {
|
||
|
font-family: $primary-font-face;
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
|
||
|
h1,
|
||
|
h2,
|
||
|
h3,
|
||
|
h4,
|
||
|
h5,
|
||
|
h6 {
|
||
|
margin: 0 0 $gutter;
|
||
|
font-family: $heading-font-face;
|
||
|
font-weight: 100;
|
||
|
}
|