diff options
| author | 2026-03-09 16:49:52 -0700 | |
|---|---|---|
| committer | 2026-03-09 16:50:31 -0700 | |
| commit | b855e39da6eabde4ff072dea666f97d587caad1a (patch) | |
| tree | 404ecc6732fbe21bc948205638e646cc6c364b53 | |
| parent | 5550675e5e1cc964ccaac7c3feb8474a076aff57 (diff) | |
| download | emacs-config-b855e39da6eabde4ff072dea666f97d587caad1a.tar.gz emacs-config-b855e39da6eabde4ff072dea666f97d587caad1a.zip | |
oni-gui: Use Dosis font for variable pitch
| -rw-r--r-- | oni-gui/oni-gui.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oni-gui/oni-gui.el b/oni-gui/oni-gui.el index 8a23236..8676fb8 100644 --- a/oni-gui/oni-gui.el +++ b/oni-gui/oni-gui.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2025.0115.143051 +;; Version: 2026.0306.124547 ;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish) ;; This program is free software; you can redistribute it and/or modify @@ -46,7 +46,7 @@ (defun oni-gui-setup-faces (frame) "Setup faces for FRAME." (set-face-attribute 'fixed-pitch frame :font "Fantasque Sans Mono-15") - (set-face-attribute 'variable-pitch frame :font "Comic Neue-15")) + (set-face-attribute 'variable-pitch frame :font "Dosis-16")) (defun oni-gui-setup-fontsets (frame) "Setup fontsets for FRAME. |
