mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
styles: add fallback: adwaita sans
This commit is contained in:
parent
925f44efcb
commit
eff92cfee5
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue