From 2be22d72d95b0f976c6bc9ba90d62820af95c60d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 16 Mar 2021 23:31:18 -0700 Subject: Replace Comic Neue with DejaVu Sans It doesn’t seem like Emacs can load Comic Neue at all, I also tried Open Sans. DejaVu seems to work fine. --- oni-gui.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oni-gui.el b/oni-gui.el index 352fe8d..927842a 100644 --- a/oni-gui.el +++ b/oni-gui.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0215.163746 +;; Version: 2021.0316.232945 ;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish mode-icons) ;; This program is free software; you can redistribute it and/or modify @@ -32,7 +32,7 @@ (add-to-list 'default-frame-alist '(internal-border-width . 15)) (set-face-attribute 'fixed-pitch nil :font "Fantasque Sans Mono-15") -(set-face-attribute 'variable-pitch nil :font "Comic Neue-15") +(set-face-attribute 'variable-pitch nil :font "DejaVu Sans-15") (defconst oni-gui-isearch-icon ?) (defconst oni-gui-arev-icon ?) -- cgit v1.2.3-54-g00ecf