From f6512fe1bd9738e1c2c5c9a7ad92098b2f02fa34 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 11 Mar 2022 20:04:05 -0600 Subject: Uh --- machines/bob.el | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'machines') diff --git a/machines/bob.el b/machines/bob.el index 8a2aefc..3455c44 100644 --- a/machines/bob.el +++ b/machines/bob.el @@ -10,8 +10,8 @@ ;; Other ideas: [[https://twitter.com/NPRougier/status/1488570192561160195][from Nic Rougier]] (add-function :after machine-after-load-theme (defun +bob-set-faces (&rest _) - (let ((base-face "Monego") - (italic-face "Victor Mono") + (let ((base-face "Roboto Mono") + (italic-face nil) ;; (bold-face nil) (mono-face nil) (var-face "Lato") @@ -22,16 +22,17 @@ :height ,base-size) ;; (bold :family ,(or bold-face base-face) ;; :weight bold) - (italic :family ,(or italic-face base-face) - :weight medium - :slant italic - :height ,base-size) + ;; (italic :family ,(or italic-face base-face) + ;; :weight medium + ;; :slant italic + ;; :height ,base-size) (fixed-pitch :family ,(or mono-face base-face) :weight regular :height ,base-size) (variable-pitch :family ,(or var-face base-face) :height 1.2) (org-italic :family ,(or var-face base-face) - :slant italic)))))) + :slant italic)))) + )) ;;; bob.el ends here -- cgit 1.4.1-21-gabe81