aboutsummaryrefslogtreecommitdiff
path: root/waybar/style.css
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2023-07-31 01:35:19 +0200
committerbozo.kopic <bozo@kopic.xyz>2023-07-31 01:35:19 +0200
commit68f36cd569697eca5f716347f6094029d501aa29 (patch)
tree86052e11563ff927a297237b0761b28804d7173a /waybar/style.css
parente9a8eb8621cc6a281b0373d12af52bf562d0fe8a (diff)
.
Diffstat (limited to 'waybar/style.css')
-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;
}