From b1c7553275218dd89676a1136a0e0d708acd5bec Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 24 May 2021 19:48:42 -0700 Subject: [oni-gui] Update variable-width font --- oni-gui.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oni-gui.el') diff --git a/oni-gui.el b/oni-gui.el index 5db457b..1936f74 100644 --- a/oni-gui.el +++ b/oni-gui.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0317.212006 +;; Version: 2021.0510.191541 ;; 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 "DejaVu Sans-15") +(set-face-attribute 'variable-pitch nil :font "Space Grotesk-15:weight=medium") (defconst oni-gui-isearch-icon ?) (defconst oni-gui-arev-icon ?) -- cgit v1.2.3-54-g00ecf