remove unused mixin/font
This commit is contained in:
parent
9a820583a7
commit
5fa38ad67d
@ -2,10 +2,6 @@
|
||||
font-family: "Neusa Next Pro";
|
||||
}
|
||||
|
||||
@mixin text {
|
||||
font-family: "Noto Serif";
|
||||
}
|
||||
|
||||
@mixin button {
|
||||
@include heading;
|
||||
font-weight: 900;
|
||||
|
||||
@ -16,7 +16,7 @@ body {
|
||||
background: radial-gradient(ellipse at 00% 100%, rgba(48, 25, 25, 0.3) 0%, rgba(52, 8, 8, 0.4) 35%, rgba(0, 0, 0, 0.4) 100%);
|
||||
|
||||
|
||||
@include mixins.text;
|
||||
@include mixins.heading;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user