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

16 lines
168 B
SCSS
Raw Normal View History

2017-05-02 14:04:13 -05:00
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;
}