有哪个中文字体和Inconsolata等宽又等高的吗?

谢谢,确实可以,在大部分的放缩比例下基本保持一致。

%E6%B7%B1%E5%BA%A6%E5%BD%95%E5%B1%8F_%E9%80%89%E6%8B%A9%E5%8C%BA%E5%9F%9F_20181231163823

    ;; 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))))
1 个赞