Change the variable pitch font
This commit is contained in:
parent
931f38989e
commit
d8bcda8f25
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2020.0308.170328
|
||||
;; Version: 2020.0328.120150
|
||||
;; Package-Requires: (oni-ui oni-hydra yoshi-theme diminish)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -28,6 +28,7 @@
|
|||
|
||||
(add-to-list 'default-frame-alist '(font . "Fantasque Sans Mono-15"))
|
||||
(add-to-list 'default-frame-alist '(internal-border-width . 15))
|
||||
(set-face-font 'variable-pitch "Montserrat-14")
|
||||
|
||||
(set-fontset-font t ? "Font Awesome 5 Free Solid")
|
||||
(set-fontset-font t ? "Font Awesome 5 Free Solid")
|
||||
|
|
Loading…
Reference in a new issue