skill-assessment-app/app/assets/stylesheets/generic/_typography.scss

15 lines
128 B
SCSS
Raw Normal View History

2017-05-02 14:04:13 -05:00
body {
2017-05-03 13:22:22 -05:00
@include primary-font;
2017-05-02 14:04:13 -05:00
font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
2017-05-03 13:22:22 -05:00
@include heading-font;
2017-05-02 14:04:13 -05:00
margin: 0 0 $gutter;
}