fix(waybar): choose correct font family

This commit is contained in:
Price Hiller 2024-10-27 18:11:59 -05:00
parent 9c6714e49a
commit 82615d124d
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -38,7 +38,7 @@
/* Global Styling */
* {
border: none;
font-family: "Fira Code", monospace;
font-family: "FiraCode Nerd Font", monospace;
font-size: 13px;
border-radius: 0px;
margin-top: 0.1rem;