css: starting quiz styles

This commit is contained in:
Mark Moser
2017-05-03 13:22:22 -05:00
parent 9f3e90386e
commit 0f0e7ae75e
6 changed files with 33 additions and 39 deletions

View File

@ -1,5 +1,5 @@
body {
font-family: $primary-font-face;
@include primary-font;
font-size: 1em;
}
@ -9,7 +9,6 @@ h3,
h4,
h5,
h6 {
@include heading-font;
margin: 0 0 $gutter;
font-family: $heading-font-face;
font-weight: 100;
}