summary refs log tree commit diff
path: root/config.org
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-07-13 23:00:16 +0000
committernoa@gaiwan.org2024-07-13 23:00:16 +0000
commit5ab9f076b2b197ba2f49ed4f2e1b9be4ccc90c27 (patch)
treed873e9e50287d4f76e25d37682847a3e038bf193 /config.org
parent5ebfb67bc4a95bdc2bebc5e0111c559bc4800307 (diff)
Replace noto cjk with a more fun font
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.org b/config.org
index 0eae525..11309e7 100644
--- a/config.org
+++ b/config.org
@@ -240,6 +240,10 @@ For some frustrating reason, emacs does not respect fontconfig font settings.  W
 #+begin_src elisp
   (dolist (charset '(han cjk-misc))
     (set-fontset-font t charset (font-spec :family "Noto Sans CJK SC")))
+
+  ;; This font is traditional...
+  (dolist (charset '(han cjk-misc))
+    (set-fontset-font t charset (font-spec :family "HanWang KaiBold-Gb5")))
 #+end_src
 
 Similar to the above, we have to manually set the font we want to be used for emoji.  I like the cute style of the emoji in fsd emoji, but it doesn't have very good coverage, so we also set noto emoji as the backup.  Note that noto emoji is not the same as noto color emoji, which uses coloured emoji.  That's clearly against the vibe of this emacs!