aboutsummaryrefslogtreecommitdiff
path: root/waybar
diff options
context:
space:
mode:
Diffstat (limited to 'waybar')
-rw-r--r--waybar/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/waybar/style.css b/waybar/style.css
index 3cba0bc..d360bb7 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -1,5 +1,5 @@
* {
- font-family: Inter Regular;
+ font-family: sans-serif;
font-size: 12pt;
color: white;
}
@@ -42,5 +42,5 @@ window#waybar {
#tray {
padding: 0 15px;
border-left: 2px solid rgba(255, 255, 255, 0.2);
- font-family: "RobotoMono Nerd Font";
+ font-family: monospace;
}