diff options
| author | kj-sh604 | 2025-01-31 21:15:55 -0500 |
|---|---|---|
| committer | kj-sh604 | 2025-01-31 21:15:55 -0500 |
| commit | 2fef7a836cbf9561dce8f536da2ece96296372bf (patch) | |
| tree | 35500e73a00e35616143a2cf0cba4db4444a5db7 /.config/gtk-3.0/gtk.css | |
| parent | d3013822c88d97a657997ca546a4b3a175f11d47 (diff) | |
refactor: re-🍚 fonts
Diffstat (limited to '.config/gtk-3.0/gtk.css')
| -rw-r--r-- | .config/gtk-3.0/gtk.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/gtk-3.0/gtk.css b/.config/gtk-3.0/gtk.css index 2dd2f81..0dc1b59 100644 --- a/.config/gtk-3.0/gtk.css +++ b/.config/gtk-3.0/gtk.css @@ -1,7 +1,7 @@ /* uncomment the following to use a monospace font with xfce4-panel */ /* --- */ /* .xfce4-panel { - font-family: "JetBrains Mono", monospace; + font-family: monospace; font-size: 10px; } */ @@ -9,7 +9,7 @@ /* --- */ /* #XfceNotifyWindow label, #XfceNotifyWindow image { - font-family: "JetBrains Mono", monospace; + font-family: monospace; font-size: 10px; } */ |
