Skip to content

Commit

Permalink
tweak(fonts): add more Iosevka fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 28, 2023
1 parent c6445db commit 44083e4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions core/me-fonts.el
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@

(defcustom minemacs-fonts-plist
'(:default
((:family "Iosevka" :height 130)
((:family "Iosevka Fixed Curly Slab" :height 130)
(:family "Iosevka Comfy Fixed" :height 130)
(:family "Iosevka Fixed Curly" :height 130)
(:family "Iosevka Comfy Motion Fixed" :height 130)
(:family "Iosevka" :height 130)
(:family "Iosevka Comfy" :height 130)
(:family "Cascadia Code" :height 130)
(:family "Fira Code" :height 130)
(:family "Jetbrains Mono" :height 110)
Expand Down Expand Up @@ -89,8 +94,7 @@ scaling factor for the font in Emacs' `face-font-rescale-alist'. See the
:group 'minemacs-ui
:type 'plist)

(defcustom minemacs-fonts nil
"Fonts to use within MinEmacs.")
(defvar minemacs-fonts nil)

(make-obsolete-variable 'minemacs-fonts 'minemacs-fonts-plist "v3.0.0")

Expand Down

0 comments on commit 44083e4

Please sign in to comment.