Decrease default font height

This commit is contained in:
Daniel - 2020-12-04 17:40:55 +01:00
父節點 8fba9cad3b
當前提交 ea4a165897
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 1C7071A75BB72D64
共有 2 個檔案被更改,包括 2 行新增2 行删除

查看文件

@ -28,7 +28,7 @@ Known to work well with the `solarized-dark’ theme.")
'(gnus-summary-high-unread ((t (:foreground "#839496" :weight normal))))
'(gnus-summary-low-ancient ((t (:foreground "dim gray"))))
'(gnus-summary-low-unread ((t (:foreground "dim gray"))))
'(default ((t (:height 115 :family "DejaVu Sans Mono"))))
'(default ((t (:height 107 :family "DejaVu Sans Mono"))))
'(fixed-pitch ((t (:family "DejaVu Sans Mono"))))
'(variable-pitch ((t (:weight normal :height 1.3 :family "Bitstream Vera Serif")))))

查看文件

@ -28,7 +28,7 @@
'(gnus-summary-high-unread ((t (:foreground "#839496" :weight normal))))
'(gnus-summary-low-ancient ((t (:foreground "dim gray"))))
'(gnus-summary-low-unread ((t (:foreground "dim gray"))))
'(default ((t (:height 115 :family "DejaVu Sans Mono"))))
'(default ((t (:height 107 :family "DejaVu Sans Mono"))))
'(fixed-pitch ((t (:family "DejaVu Sans Mono"))))
'(variable-pitch ((t (:weight normal :height 1.3 :family "Bitstream Vera Serif")))))