From 6719d2c5678a9756eaf093aec3ac4223c35b8a72 Mon Sep 17 00:00:00 2001 From: Christian Cunningham Date: Tue, 11 Jun 2024 21:07:25 -0700 Subject: Add Font Shoutout Tom7 --- elchemy-util.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'elchemy-util.el') diff --git a/elchemy-util.el b/elchemy-util.el index 3cde626..4613d64 100644 --- a/elchemy-util.el +++ b/elchemy-util.el @@ -37,6 +37,9 @@ (cond ((find-font (font-spec :name "Andale Mono")) (set-frame-font "Andale Mono-14"))) + (cond + ((find-font (font-spec :name "FixedrSys Light 2x")) + (set-frame-font "FixederSys Light 2x-14:antialias=none"))) (set-face-attribute 'default nil :height 140) (if (get-buffer "*Dashboard*") (switch-to-buffer "*Dashboard*")))) -- cgit v1.2.1