This commit is contained in:
YK 2025-09-20 11:06:55 +03:00
parent 0620207877
commit b581802c32
3 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
@mixin heading { @mixin heading {
font-family: "Neusa Next Pro"; font-family: "Neusa Next Pro";
font-weight: 500;
/* font-family: "Galderglynn Titling"; */ /* font-family: "Galderglynn Titling"; */
} }

View File

@ -7,6 +7,7 @@
@use 'nav'; @use 'nav';
@use 'vars'; @use 'vars';
html { html {
background: black; background: black;
} }

View File

@ -937,4 +937,3 @@ strong {
.br { .br {
display: block; display: block;
} }
/*# sourceMappingURL=main.css.map */