diff options
author | zachir <zachir@librem.one> | 2025-07-15 21:34:12 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-15 21:35:51 -0500 |
commit | 8ffbd91ea6ea8a7ef823ffd6705cb2aee2a33ade (patch) | |
tree | afc0ef42a009c28dbc638b1a60d12a46e3ddc952 /waybar | |
parent | b66538e421e6025d8d8314b28b5c27e315c4f9d7 (diff) |
Fully replace mononoki with FiraCode
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 6c22341..fefb890 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: mononoki Nerd Font Mono; + font-family: FiraCode Nerd Font Mono; font-size: 18px; min-height: 0px; min-width: 0px; |