15 lines
128 B
SCSS
15 lines
128 B
SCSS
body {
|
|
@include primary-font;
|
|
font-size: 1em;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
@include heading-font;
|
|
margin: 0 0 $gutter;
|
|
}
|