diff options
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; } */ |
