💄 (font) Switch variable-pitch font to Inter
This commit is contained in:
parent
40afea11e4
commit
f1735b74c3
1 changed files with 4 additions and 4 deletions
|
@ -441,7 +441,7 @@ My typeface is not loading when using emacsclient. So I set it explicitly when c
|
|||
mmk2410/fixed-font-name "Berkeley Mono"
|
||||
mmk2410/fixed-font-height 140
|
||||
mmk2410/fixed-font-present-height 160
|
||||
mmk2410/variable-font-name "Open Sans"
|
||||
mmk2410/variable-font-name "Inter"
|
||||
mmk2410/variable-font-height 160
|
||||
mmk2410/variable-font-present-height 180)
|
||||
(setq mmk2410/frame-font "Berkeley Mono 12"
|
||||
|
@ -449,8 +449,8 @@ My typeface is not loading when using emacsclient. So I set it explicitly when c
|
|||
mmk2410/fixed-font-name "Berkeley Mono"
|
||||
mmk2410/fixed-font-height 120
|
||||
mmk2410/fixed-font-present-height 160
|
||||
mmk2410/variable-font-name "Open Sans"
|
||||
mmk2410/variable-font-height 130
|
||||
mmk2410/variable-font-name "Inter"
|
||||
mmk2410/variable-font-height 120
|
||||
mmk2410/variable-font-present-height 160))
|
||||
|
||||
(add-hook 'after-make-frame-functions
|
||||
|
@ -1216,7 +1216,7 @@ I like to have larger headlines in Org for better identifying them. The configur
|
|||
(org-level-6 . 1.1)
|
||||
(org-level-7 . 1.1)
|
||||
(org-level-8 . 1.1)))
|
||||
(set-face-attribute (car face) nil :font "Open Sans" :weight 'bold :height (cdr face))))
|
||||
(set-face-attribute (car face) nil :font "Inter" :weight 'medium :height (cdr face))))
|
||||
|
||||
(with-eval-after-load 'org
|
||||
(unless (string-prefix-p "ef-" (format "%s" (car custom-enabled-themes)))
|
||||
|
|
Loading…
Add table
Reference in a new issue