styles: add fallback: adwaita sans

This commit is contained in:
end-4 2025-04-07 17:41:59 +02:00
parent 925f44efcb
commit eff92cfee5

View file

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