styles: add fallback font: 42dotSans

uhm cool stuff very clean
This commit is contained in:
end-4 2025-03-30 23:51:57 +02:00
parent 46fe87f90c
commit 6429d03756

View file

@ -50,7 +50,7 @@ $rounding_large: 1.705rem;
@mixin mainfont {
// Other clean sans-serif
font-family: "Rubik", "Geist", "AR One Sans", "Reddit Sans", "Inter",
font-family: "Rubik", "42dotSans", "Geist", "AR One Sans", "Reddit Sans", "Inter",
"Roboto", "Ubuntu", "Noto Sans", sans-serif;
// font-weight: 500;
}