fix(emacs): use JetBrains Mono for framework
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
8ee47be849
commit
6edf8a946e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
;;; Font
|
||||
(defvar priime--font-config
|
||||
(cond ((string= (system-name) "framework") '("Roboto Mono Medium" "Roboto" 12 0.8))
|
||||
(cond ((string= (system-name) "framework") '("JetBrains Mono Medium" "Roboto" 10 0.8))
|
||||
((eq system-type 'gnu/linux) '("Roboto Mono Medium" "Roboto" 12 0.8))
|
||||
((eq system-type 'darwin) '("Menlo" "Verdana" 12 1))
|
||||
(t '("Roboto Mono" "Roboto" 10 0.8))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue