summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2024-06-11 21:07:25 -0700
committerChristian Cunningham <cc@local.lan>2024-06-11 21:07:25 -0700
commit9d390a142092a147728a7487b58cf051db8472db (patch)
tree9b46391a84e7730ca88e9bf8ca52981b5f036ada
parent7da9bfa47f4788c5996a4f3d94ff0267d4391131 (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*"))))