diff options
author | Case Duckworth | 2020-11-28 11:27:16 -0600 |
---|---|---|
committer | Case Duckworth | 2020-11-28 11:27:16 -0600 |
commit | 3e19939f20f49c462ae0e5f281f116d396e1ab05 (patch) | |
tree | 41b8871d427ca952ea831917a67556c0664a752b | |
parent | Add mu4e (diff) | |
download | emacs-3e19939f20f49c462ae0e5f281f116d396e1ab05.tar.gz emacs-3e19939f20f49c462ae0e5f281f116d396e1ab05.zip |
Change variable-pitch font size
-rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index a77aaf1..b1005b2 100644 --- a/config.org +++ b/config.org | |||
@@ -358,7 +358,7 @@ See [[https://emacs.stackexchange.com/questions/12351/when-to-call-find-font-if- | |||
358 | (set-face-attribute 'variable-pitch nil | 358 | (set-face-attribute 'variable-pitch nil |
359 | :font | 359 | :font |
360 | (font-candidate | 360 | (font-candidate |
361 | "Libertinus Serif-14" | 361 | "Libertinus Serif-13" |
362 | "Linux Libertine O-12" | 362 | "Linux Libertine O-12" |
363 | "Georgia-11")) | 363 | "Georgia-11")) |
364 | 364 | ||