diff options
author | Thanos Apollo <[email protected]> | 2024-10-22 17:45:16 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-10-22 17:45:16 +0300 |
commit | 604248d608de0a89b63f580477428fd75a01f1b6 (patch) | |
tree | c3c2b16e54ef9f7a27dab7fd0d14c105c3b334fd /.config/nyxt/style.lisp | |
parent | 362caa0e3414bff76e7a9c71c6ed47483eecb144 (diff) |
nyxt: Update font & keybinds
Diffstat (limited to '.config/nyxt/style.lisp')
-rw-r--r-- | .config/nyxt/style.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nyxt/style.lisp b/.config/nyxt/style.lisp index 8a9eb7a..5a7cf59 100644 --- a/.config/nyxt/style.lisp +++ b/.config/nyxt/style.lisp @@ -111,8 +111,8 @@ :contrast-text-color badger-fg - :font-family "Jetbrains Mono" - :monospace-font-family "Jetbrains Mono")) + :font-family "Fira Mono" + :monospace-font-family "Fira Mono")) (define-configuration browser ((theme thanos/dark-theme |