9 lines
122 B
SCSS
9 lines
122 B
SCSS
@mixin body-font() {
|
|
font-family: 'Lato';
|
|
}
|
|
|
|
@mixin heading-font() {
|
|
font-weight: 700;
|
|
font-family: 'Montserrat';
|
|
}
|