8 lines
104 B
SCSS
8 lines
104 B
SCSS
|
|
@mixin heading {
|
||
|
|
font-family: "Neusa Next Pro";
|
||
|
|
}
|
||
|
|
|
||
|
|
@mixin text {
|
||
|
|
font-family: "Noto Serif";
|
||
|
|
}
|