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

@ -0,0 +1,9 @@
@mixin primary-font {
font-family: $primary-font-face;
font-weight: 300;
}
@mixin heading-font {
font-family: $heading-font-face;
font-weight: 100;
}