add hosaka to system font table

This commit is contained in:
Kyle Isom 2025-05-02 10:24:24 -07:00
parent 3d83d45bc9
commit da94b2f9d8
1 changed files with 3 additions and 1 deletions

View File

@ -299,8 +299,10 @@ present on disk."
"ono-sendai" 13 ;; 12.5" X230 "ono-sendai" 13 ;; 12.5" X230
"orion" 16 ;; Intel NUC "orion" 16 ;; Intel NUC
"imladris" 18 ;; 14" X1 carbon "imladris" 18 ;; 14" X1 carbon
"hosaka" 18 ;; uConsole
))) )))
;;; font sizing bar
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(defvar *default-font* "Brass Mono") (defvar *default-font* "Brass Mono")
(defvar *acceptable-font-sizes* '(13 14 15 16 18)) (defvar *acceptable-font-sizes* '(13 14 15 16 18))