summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2024-06-11 21:07:25 -0700
committerChristian Cunningham <cc@localhost>2024-06-11 21:07:25 -0700
commit6719d2c5678a9756eaf093aec3ac4223c35b8a72 (patch)
tree9b46391a84e7730ca88e9bf8ca52981b5f036ada
parente9a34f99c4a4bc79b2927d63f4d44b8eb0805a9d (diff)
Add Font
Shoutout Tom7
-rw-r--r--FixederSysLight2x.ttfbin0 -> 50228 bytes
-rw-r--r--elchemy-util.el3
2 files changed, 3 insertions, 0 deletions
diff --git a/FixederSysLight2x.ttf b/FixederSysLight2x.ttf
new file mode 100644
index 0000000..2a12fe7
--- /dev/null
+++ b/FixederSysLight2x.ttf
Binary files differ
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*"))))