Update font on Macos

This commit is contained in:
Zelong Kuang
2025-12-21 02:46:38 +11:00
parent 51c9e0a8e7
commit 7b5347075e

View File

@@ -55,7 +55,7 @@
(pcase system-type (pcase system-type
('darwin ; macOS ('darwin ; macOS
(set-face-attribute 'default nil :font "Maple Mono NF CN-18") (set-face-attribute 'default nil :font "Sarasa Mono SC-24")
(add-to-list 'default-frame-alist '(height . 53)) (add-to-list 'default-frame-alist '(height . 53))
(add-to-list 'default-frame-alist '(width . 120))) (add-to-list 'default-frame-alist '(width . 120)))