diff options
author | ZachIR <zachir@librem.one> | 2025-07-30 02:40:49 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-30 02:40:49 -0500 |
commit | 0ff1806f2c2d690238c373b8f65ba40f569301d7 (patch) | |
tree | 41d4ecbb916ff886e5df1e945669bcaff1b9d569 /waybar | |
parent | 98d4473f1c9783c7bc8f01208f1996b2e40e53ce (diff) |
Use JetBrainsMono Nerd Font instead of Fira Code
Diffstat (limited to 'waybar')
-rw-r--r-- | waybar/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/waybar/style.css b/waybar/style.css index 9398381..0a4431c 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -3,7 +3,7 @@ margin: 0px; border-radius: 0px; /* `otf-font-awesome` is required to be installed for icons */ - font-family: FiraCode Nerd Font Mono; + font-family: JetBrainsMono Nerd Font; font-size: 18px; min-height: 0px; min-width: 0px; |