summary refs log tree commit diff stats
path: root/machines
diff options
context:
space:
mode:
authorCase Duckworth2022-02-08 14:14:21 -0600
committerCase Duckworth2022-02-08 14:14:21 -0600
commite0187eea1e55e153423c0412e982dcdf99cee30e (patch)
tree94115f568aed8d5a584fcbf026d30a4f8dd18492 /machines
parentCustomize backups (diff)
downloademacs-e0187eea1e55e153423c0412e982dcdf99cee30e.tar.gz
emacs-e0187eea1e55e153423c0412e982dcdf99cee30e.zip
Add variable-pitch face
Diffstat (limited to 'machines')
-rw-r--r--machines/bob.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/machines/bob.el b/machines/bob.el index dd76abf..e9cb8ec 100644 --- a/machines/bob.el +++ b/machines/bob.el
@@ -14,6 +14,7 @@
14 `((default :family ,mono-face :weight regular :height 110) 14 `((default :family ,mono-face :weight regular :height 110)
15 (bold :family ,mono-face :weight medium) 15 (bold :family ,mono-face :weight medium)
16 (fixed-pitch :inherit default) 16 (fixed-pitch :inherit default)
17 (italic :family "Victor Mono" :weight medium :slant italic :height 1.1)))))) 17 (italic :family "Victor Mono" :weight medium :slant italic :height 1.05)
18 (variable-pitch :family "Open Sans" :height 1.1))))))
18 19
19;;; bob.el ends here 20;;; bob.el ends here