From aedb9fd1595f25790ef9f46c03cd8988e4322874 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 22 Jul 2021 21:13:08 -0500 Subject: Change fonts on Windows --- early-init.el | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index 7744c00..aaacf36 100644 --- a/early-init.el +++ b/early-init.el @@ -54,7 +54,7 @@ (right-fringe . 8) ; (8 is default) (font . ,(acdw/system (:home "DejaVu Sans Mono 10") - (:work "Consolas 10") + (:work "Consolas 12") (:other "monospace 10")))) frame-inhibit-implied-resize t ; Don't resize randomly frame-resize-pixelwise t ; Resize by pixels, not chars @@ -82,13 +82,17 @@ (setq acdw-fonts/monospace (acdw/system (:home "DejaVu Sans Mono") (:work "Consolas") - (:other "monospace")) - acdw-fonts/monospace-size 10 + (_ "monospace")) + acdw-fonts/monospace-size (acdw/system + (:work 12) + (_ 10)) acdw-fonts/variable (acdw/system (:home "DejaVu Sans") (:work "Calibri") - (:other "sans-serif")) - acdw-fonts/variable-size 12) + (_ "sans-serif")) + acdw-fonts/variable-size (acdw/system + (:work 14) + (_ 12))) (acdw-fonts/set) (acdw-fonts/setup-emoji-fonts "Segoe UI Emoji" "Noto Color Emoji" -- cgit 1.4.1-21-gabe81