mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Change back to Source Code Pro as default font
I'm not even sure I have a preference.
This commit is contained in:
parent
59d02282ee
commit
9c513cea10
4
init.org
4
init.org
@ -424,7 +424,9 @@
|
|||||||
Pick the first of the following fonts that is installed on the system.
|
Pick the first of the following fonts that is installed on the system.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(cond ((member "Roboto Mono" (font-family-list))
|
(cond ((member "Source Code Pro" (font-family-list))
|
||||||
|
(set-face-attribute 'default nil :font "Source Code Pro-15"))
|
||||||
|
((member "Roboto Mono" (font-family-list))
|
||||||
(set-face-attribute 'default nil :font "Roboto Mono-14"))
|
(set-face-attribute 'default nil :font "Roboto Mono-14"))
|
||||||
((member "Fira Code" (font-family-list))
|
((member "Fira Code" (font-family-list))
|
||||||
(set-face-attribute 'default nil :font "Fira Code-15"))
|
(set-face-attribute 'default nil :font "Fira Code-15"))
|
||||||
|
Loading…
Reference in New Issue
Block a user