✨ (ui) Switch monospace font to Berkeley Mono
This commit is contained in:
parent
92797ec637
commit
e7d550b366
1 changed files with 6 additions and 6 deletions
12
config.org
12
config.org
|
@ -434,17 +434,17 @@ My typeface is not loading when using emacsclient. So I set it explicitly when c
|
|||
|
||||
#+begin_src emacs-lisp
|
||||
(if on-macos
|
||||
(setq mmk2410/frame-font "Jetbrains Mono 14"
|
||||
mmk2410/frame-font-present "Jetbrains Mono 16"
|
||||
mmk2410/fixed-font-name "Jetbrains Mono"
|
||||
(setq mmk2410/frame-font "Berkeley Mono 14"
|
||||
mmk2410/frame-font-present "Berkeley Mono 16"
|
||||
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-height 160
|
||||
mmk2410/variable-font-present-height 180)
|
||||
(setq mmk2410/frame-font "Jetbrains Mono 11"
|
||||
mmk2410/frame-font-present "Jetbrains Mono 16"
|
||||
mmk2410/fixed-font-name "Jetbrains Mono"
|
||||
(setq mmk2410/frame-font "Berkeley Mono 11"
|
||||
mmk2410/frame-font-present "Berkeley Mono 16"
|
||||
mmk2410/fixed-font-name "Berkeley Mono"
|
||||
mmk2410/fixed-font-height 110
|
||||
mmk2410/fixed-font-present-height 160
|
||||
mmk2410/variable-font-name "Open Sans"
|
||||
|
|
Loading…
Reference in a new issue