diff options
Diffstat (limited to 'machines')
-rw-r--r-- | machines/bob.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/machines/bob.el b/machines/bob.el index 7c1a16d..a408e5c 100644 --- a/machines/bob.el +++ b/machines/bob.el | |||
@@ -16,7 +16,10 @@ | |||
16 | :courier ("Courier Prime Code" "Courier Prime") | 16 | :courier ("Courier Prime Code" "Courier Prime") |
17 | :gaegu (("Gaegu" 140) "Gaegu") ; no italic | 17 | :gaegu (("Gaegu" 140) "Gaegu") ; no italic |
18 | :comic (("Comic Code" 100) "Comic Code") | 18 | :comic (("Comic Code" 100) "Comic Code") |
19 | :go/comic (("Go Mono" 100) ("Comic Code" 100)) | 19 | :comic/fantasque (("Comic Code" 100) "Fantasque Sans Mono") |
20 | :terminus (("Terminus (TTF)" 120) "Terminus (TTF)") | ||
21 | :cmu (("CMU Typewriter Text" 160) "CMU Concrete") | ||
22 | :apl (("APL386 Unicode" 120) "Comic Code") | ||
20 | ) | 23 | ) |
21 | "A plist of possible font combinations.") | 24 | "A plist of possible font combinations.") |
22 | 25 | ||