[oni-gui] Update variable-width font
This commit is contained in:
parent
72b4e0b83e
commit
b1c7553275
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; 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 ?)
|
||||
|
|
Loading…
Reference in a new issue