Tweak windows fonts

This commit is contained in:
Nathan McCarty 2023-07-07 05:11:29 -04:00
parent f9dbd1b40f
commit 03b060b8f5
1 changed files with 2 additions and 2 deletions

View File

@ -37,10 +37,10 @@ The provided default ~config.el~
(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")) 17)
((or IS-WINDOWS (string= (system-name) "wsl")) 18)
(t 13))
nm/variable-font-size (cond (IS-MAC 13)
((or IS-WINDOWS (string= (system-name) "wsl")) 20)
((or IS-WINDOWS (string= (system-name) "wsl")) 22)
(t 15)))