diff options
Diffstat (limited to 'lib/themes')
-rw-r--r-- | lib/themes/jao-light-theme.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 385b429..caf43d9 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -39,7 +39,9 @@ (blue "#023770") (green "#005555")) (:face-size 9) - (:face-family "Hack") + ;; (:face-family "Hack") + (:face-family "DejaVu Sans Mono") + ;; (:face-family "Iosevka Comfy Fixed") (:bold-weight jao-theme-light-bold) (:palette (fg "black") (bg "white") |