summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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