Tweak windows fonts
This commit is contained in:
parent
d274263718
commit
f9dbd1b40f
|
@ -34,13 +34,13 @@ The provided default ~config.el~
|
|||
|
||||
;; Figure out what the name and size of the font are going to be based on the system type and
|
||||
;; hostname
|
||||
(setq nm/font-name (cond ((or IS-MAC IS-WINDOWS) "Iosevka Nerd Font")
|
||||
(setq nm/font-name (cond ((or IS-WINDOWS) "Iosevka NF")
|
||||
(t "Iosevka Nerd Font"))
|
||||
nm/font-size (cond (IS-MAC 11)
|
||||
((or IS-WINDOWS (string= (system-name) "wsl")) 16)
|
||||
((or IS-WINDOWS (string= (system-name) "wsl")) 17)
|
||||
(t 13))
|
||||
nm/variable-font-size (cond (IS-MAC 13)
|
||||
((or IS-WINDOWS (string= (system-name) "wsl")) 19)
|
||||
((or IS-WINDOWS (string= (system-name) "wsl")) 20)
|
||||
(t 15)))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue