diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-01 01:44:43 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-01 01:44:43 -0600 |
| commit | a4607558b5af9778a34aa04cd554c5860918944d (patch) | |
| tree | 561d67a4631e62efe7600d195e752395da407318 /modules | |
| parent | c133ff9fec03cca058f9548ca6ca5ee138093e0a (diff) | |
| download | dotemacs-a4607558b5af9778a34aa04cd554c5860918944d.tar.gz dotemacs-a4607558b5af9778a34aa04cd554c5860918944d.zip | |
style(font): increase default height to 140
Better readability at current display scaling.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/font-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/font-config.el b/modules/font-config.el index ca5481a42..c64220654 100644 --- a/modules/font-config.el +++ b/modules/font-config.el @@ -57,7 +57,7 @@ (default :default-family "BerkeleyMono Nerd Font" :default-weight regular - :default-height 130 + :default-height 140 :fixed-pitch-family nil ;; falls back to :default-family :fixed-pitch-weight nil ;; falls back to :default-weight :fixed-pitch-height 1.0 |
