diff options
Diffstat (limited to 'machines/bob.el')
-rw-r--r-- | machines/bob.el | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/machines/bob.el b/machines/bob.el index 40db7b0..5effc5b 100644 --- a/machines/bob.el +++ b/machines/bob.el | |||
@@ -9,14 +9,16 @@ | |||
9 | 9 | ||
10 | (defun +bob-set-faces (&rest _) | 10 | (defun +bob-set-faces (&rest _) |
11 | (let (;;(base-face "IBM Plex Mono") | 11 | (let (;;(base-face "IBM Plex Mono") |
12 | (base-face "Iosevka Comfy Wide") | 12 | ;; (var-face "IBM Plex Sans") |
13 | ;; (base-face "Iosevka Comfy Wide") | ||
14 | ;; (var-face "Iosevka Comfy Duo") | ||
15 | (base-face "DejaVu Sans Mono") | ||
16 | (var-face "DejaVu Sans") | ||
13 | (base-size 100) | 17 | (base-size 100) |
18 | (var-size 1.0) | ||
14 | (italic-face nil) | 19 | (italic-face nil) |
15 | ;; (bold-face nil) | 20 | ;; (bold-face nil) |
16 | (mono-face nil) | 21 | (mono-face nil)) |
17 | ;; (var-face "IBM Plex Sans") | ||
18 | (var-face "Iosevka Comfy Duo") | ||
19 | (var-size 1.0)) | ||
20 | (+set-faces | 22 | (+set-faces |
21 | `((default | 23 | `((default |
22 | :family ,base-face | 24 | :family ,base-face |