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.
This commit is contained in:
parent
59badf01c2
commit
2be22d72d9
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; 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 ?)
|
||||
|
|
Loading…
Reference in a new issue