This commit is contained in:
parent
377b95bd7f
commit
ff0abe9f2e
5 changed files with 33 additions and 9 deletions
|
|
@ -80,7 +80,9 @@ two points smaller."
|
|||
(dolist (face '(default))
|
||||
(set-face-attribute face nil
|
||||
:family family
|
||||
:height (-> height (* 10))))
|
||||
:height (-> height (* 10))
|
||||
:width 'medium
|
||||
:weight 'semi-light))
|
||||
|
||||
;; Set variable-pitch font
|
||||
(dolist (face '(variable-pitch))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue