From c66f3a48702a3930bd95fa1b2285d7ab6ee84f05 Mon Sep 17 00:00:00 2001 From: John Doty Date: Tue, 17 May 2022 22:25:52 -0700 Subject: [PATCH] Fonts on my surface --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6f6518e..acab64c 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -183,6 +183,9 @@ ((string-equal (downcase (system-name)) "bifrost") "InputMonoNarrow-14") + ((string-equal (downcase (system-name)) "unstablesurface") + "Input Mono Narrow:pixelsize=28:weight=normal") + (t (font-candidate "Input Mono Narrow:pixelsize=14:weight=normal"