Wed Jun 5 02:34:34 AM CEST 2024
This commit is contained in:
parent
f502a44d4b
commit
214a6d0a63
|
@ -122,6 +122,8 @@
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
iosevka
|
iosevka
|
||||||
nerdfonts
|
nerdfonts
|
||||||
|
roboto
|
||||||
|
font-awesome
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -93,7 +93,7 @@
|
||||||
/* `otf-font-awesome` is required to be installed for icons */
|
/* `otf-font-awesome` is required to be installed for icons */
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-family: "Roboto Sans", "FontAwesome";
|
font-family: "Noto Sans", "FontAwesome";
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
|
|
Loading…
Reference in New Issue