emacs: fix font size

master
an 2020-03-16 21:29:23 -04:00
parent a65408f352
commit 51dd5d6031
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@
(setq fill-column 80
sentence-end-double-space nil)
(set-face-attribute 'variable-pitch nil :height 120 :family "Source Sans Pro")
(set-face-attribute 'fixed-pitch nil :height 120 :family "Source Code Pro")
(set-face-attribute 'variable-pitch nil :height 140 :family "Source Sans Pro")
(set-face-attribute 'fixed-pitch nil :height 140 :family "Source Code Pro")
(dolist (range '((#x2310 . #x26bf)
(#x26c0 . #x329f)