changed font

This commit is contained in:
opalvaults
2022-07-21 17:19:01 -07:00
parent 1cdf0cade3
commit 2022584706
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
(setq browse-url-browser-function 'browse-url-generic
browse-url-generic-program "qutebrowser")
(set-face-attribute 'default nil :font "Hack" :height 150 :weight 'regular)
(set-face-attribute 'default nil :font "Hack" :height 130 :weight 'regular)
(set-face-attribute 'fixed-pitch nil :font "Hack" :height 1.0 :weight 'regular)
(set-face-attribute 'variable-pitch nil :font "Iosevka" :height 1.0 :weight 'bold)
+1 -1
View File
@@ -47,7 +47,7 @@ I have to load mu4e manually from =/usr/share/emacs= for some reason.
#+end_src
** Fonts
#+begin_src emacs-lisp :tangle ~/opalfiles/.config/doom/config.el
(set-face-attribute 'default nil :font "Hack" :height 150 :weight 'regular)
(set-face-attribute 'default nil :font "Hack" :height 130 :weight 'regular)
(set-face-attribute 'fixed-pitch nil :font "Hack" :height 1.0 :weight 'regular)
(set-face-attribute 'variable-pitch nil :font "Iosevka" :height 1.0 :weight 'bold)
#+end_src