谢谢,确实可以,在大部分的放缩比例下基本保持一致。
;; SF Mono: https://github.com/ZulwiyozaPutra/SF-Mono-Font
;; Source Han Serief: https://github.com/adobe-fonts/source-han-serif
(set-frame-font "SF Mono-13.5:weight=semi-bold" nil t)
(dolist (charset '(kana han symbol cjk-misc bopomofo))
(set-fontset-font (frame-parameter nil 'font)
charset (font-spec :family "Source Han Serif"))
(setq face-font-rescale-alist '(("Source Han Serif" . 1.24))))