Skip to content

Commit

Permalink
tweak(core): decrease default font size
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Feb 14, 2024
1 parent fec482a commit a8ce083
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions core/me-lib.el
Original file line number Diff line number Diff line change
Expand Up @@ -2110,24 +2110,24 @@ ARG and PROJECT-P are passed to `+scratch-open-buffer'."

(defcustom minemacs-fonts-plist
'(:default
((: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)
(:family "Hack" :height 130)
(:family "Roboto Mono" :height 120)
(:family "SF Mono" :height 130)
(:family "Source Code Pro" :height 130)
(:family "Menlo" :height 130)
(:family "Monaco" :height 130)
(:family "Ubuntu Mono" :height 130)
(:family "DejaVu Sans Mono" :height 130)
(:family "Consolas" :height 130))
((:family "Iosevka Fixed Curly Slab" :height 110)
(:family "Iosevka Comfy Fixed" :height 110)
(:family "Iosevka Fixed Curly" :height 110)
(:family "Iosevka Comfy Motion Fixed" :height 110)
(:family "Iosevka" :height 110)
(:family "Iosevka Comfy" :height 110)
(:family "Cascadia Code" :height 110)
(:family "Fira Code" :height 110)
(:family "Jetbrains Mono" :height 100)
(:family "Hack" :height 110)
(:family "Roboto Mono" :height 100)
(:family "SF Mono" :height 110)
(:family "Source Code Pro" :height 110)
(:family "Menlo" :height 110)
(:family "Monaco" :height 110)
(:family "Ubuntu Mono" :height 110)
(:family "DejaVu Sans Mono" :height 110)
(:family "Consolas" :height 110))
:fixed-pitch
((:inherit default))
:fixed-pitch-serif
Expand Down

0 comments on commit a8ce083

Please sign in to comment.