diff options
author | Case Duckworth | 2022-02-08 14:14:21 -0600 |
---|---|---|
committer | Case Duckworth | 2022-02-08 14:14:21 -0600 |
commit | e0187eea1e55e153423c0412e982dcdf99cee30e (patch) | |
tree | 94115f568aed8d5a584fcbf026d30a4f8dd18492 | |
parent | Customize backups (diff) | |
download | emacs-e0187eea1e55e153423c0412e982dcdf99cee30e.tar.gz emacs-e0187eea1e55e153423c0412e982dcdf99cee30e.zip |
Add variable-pitch face
-rw-r--r-- | machines/bob.el | 3 |
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 |