From b855e39da6eabde4ff072dea666f97d587caad1a Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 9 Mar 2026 16:49:52 -0700 Subject: oni-gui: Use Dosis font for variable pitch --- oni-gui/oni-gui.el | 4 ++-- 1 file 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 ;; 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. -- cgit v1.3-2-g0d8e