summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--machines/bob.el19
1 files changed, 14 insertions, 5 deletions
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 @@
6 6
7(require 'acdw) 7(require 'acdw)
8 8
9(+set-faces `((default :family "DejaVu Sans Mono" 9;; (+set-faces `((default :family "DejaVu Sans Mono"
10 :height 105) 10;; :height 105)
11 (fixed-pitch :inherit default) 11;; (fixed-pitch :inherit default)
12 (variable-pitch :family "DejaVu Sans" 12;; (variable-pitch :family "DejaVu Sans"
13 :height 1.1))) 13;; :height 1.1)))
14
15;; [[https://twitter.com/NPRougier/status/1488570192561160195][from Nic Rougier]]
16(+set-faces
17 '((default :family "Roboto Mono" :weight light :height 110)
18 (bold :family "Roboto Mono" :weight regular)
19 (italic :family "Victor Mono" :weight semilight :slant italic)))
20
21(set-fontset-font t 'unicode
22 (font-spec :name "Inconsolata Light" :size 10) nil)
14 23
15;;; bob.el ends here 24;;; bob.el ends here