From e0187eea1e55e153423c0412e982dcdf99cee30e Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 8 Feb 2022 14:14:21 -0600 Subject: Add variable-pitch face --- machines/bob.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'machines') 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 @@ `((default :family ,mono-face :weight regular :height 110) (bold :family ,mono-face :weight medium) (fixed-pitch :inherit default) - (italic :family "Victor Mono" :weight medium :slant italic :height 1.1)))))) + (italic :family "Victor Mono" :weight medium :slant italic :height 1.05) + (variable-pitch :family "Open Sans" :height 1.1)))))) ;;; bob.el ends here -- cgit 1.4.1-21-gabe81