From f4e794e9b0cd7c013c1869a1e15e412d7956f206 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 6 Feb 2022 22:15:17 -0600 Subject: Change fonts --- machines/bob.el | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'machines') diff --git a/machines/bob.el b/machines/bob.el index 645ab7a..dd76abf 100644 --- a/machines/bob.el +++ b/machines/bob.el @@ -9,13 +9,11 @@ ;; [[https://twitter.com/NPRougier/status/1488570192561160195][from Nic Rougier]] (add-function :after machine-after-load-theme (defun +bob-set-faces (&rest _) - (+set-faces - '((default :family "Roboto Mono" :weight regular :height 110) - (bold :family "Roboto Mono" :weight medium) - (italic :family "Victor Mono" :weight medium :slant italic))))) - -(+with-ensure-after-init - (set-fontset-font t 'unicode - (font-spec :name "Inconsolata Light" :size 10) nil)) + (let ((mono-face "Roboto Mono")) + (+set-faces + `((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)))))) ;;; bob.el ends here -- cgit 1.4.1-21-gabe81