From 27616fa08acd8b10598c47b3ec2c72d83b0f12e8 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 1 Feb 2022 15:06:16 -0600 Subject: Change default fonts on bob --- machines/bob.el | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'machines') diff --git a/machines/bob.el b/machines/bob.el index e36ee47..4192291 100644 --- a/machines/bob.el +++ b/machines/bob.el @@ -6,10 +6,19 @@ (require 'acdw) -(+set-faces `((default :family "DejaVu Sans Mono" - :height 105) - (fixed-pitch :inherit default) - (variable-pitch :family "DejaVu Sans" - :height 1.1))) +;; (+set-faces `((default :family "DejaVu Sans Mono" +;; :height 105) +;; (fixed-pitch :inherit default) +;; (variable-pitch :family "DejaVu Sans" +;; :height 1.1))) + +;; [[https://twitter.com/NPRougier/status/1488570192561160195][from Nic Rougier]] +(+set-faces + '((default :family "Roboto Mono" :weight light :height 110) + (bold :family "Roboto Mono" :weight regular) + (italic :family "Victor Mono" :weight semilight :slant italic))) + +(set-fontset-font t 'unicode + (font-spec :name "Inconsolata Light" :size 10) nil) ;;; bob.el ends here -- cgit 1.4.1-21-gabe81