From 2d8d0d2b1e091bb35abbe90fdcc3a2a499f4f841 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 15 Feb 2021 16:49:21 -0800 Subject: [PATCH] =?UTF-8?q?Change=20fonts=20for=20=E2=80=98fixed-pitch?= =?UTF-8?q?=E2=80=99=20and=20=E2=80=98variable-pitch=E2=80=99=20fonts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oni-gui.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/oni-gui.el b/oni-gui.el index 90c60d7..85c9519 100644 --- a/oni-gui.el +++ b/oni-gui.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0204.232309 +;; Version: 2021.0215.163746 ;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish mode-icons) ;; This program is free software; you can redistribute it and/or modify @@ -31,6 +31,9 @@ (add-to-list 'default-frame-alist '(font . "Fantasque Sans Mono-15")) (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") + (defconst oni-gui-isearch-icon ?) (defconst oni-gui-arev-icon ?)