WebGoat/docs/scss/_mixins.scss
2019-02-08 14:13:58 +01:00

9 lines
122 B
SCSS

@mixin body-font() {
font-family: 'Lato';
}
@mixin heading-font() {
font-weight: 700;
font-family: 'Montserrat';
}