css: starting quiz styles
This commit is contained in:
9
app/assets/stylesheets/settings/_mixins.scss
Normal file
9
app/assets/stylesheets/settings/_mixins.scss
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user