mirror of
https://github.com/larstvei/dot-emacs.git
synced 2025-09-19 06:40:12 +00:00
Small tweaks to fonts
This commit is contained in:
parent
14064915ea
commit
68a22385a1
4
init.org
4
init.org
@ -488,8 +488,8 @@
|
|||||||
:defer t
|
:defer t
|
||||||
:hook (text-mode . mixed-pitch-mode)
|
:hook (text-mode . mixed-pitch-mode)
|
||||||
:config
|
:config
|
||||||
(when (member "Source Serif Pro" (font-family-list))
|
(when (member "Source Serif 4" (font-family-list))
|
||||||
(set-face-attribute 'variable-pitch nil :family "Source Serif Pro")))
|
(set-face-attribute 'variable-pitch nil :family "Source Serif 4")))
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user