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 | 8fb0460b70c245b33c766f93c82b9017dec39b8e (patch) | |
| tree | 204802b797fc4b8e2428fb11cd29db726c9b8d5f | |
| parent | cb3bf1e63f913357dcbf9eaf1844e2665b5cef04 (diff) | |
| download | dotemacs-8fb0460b70c245b33c766f93c82b9017dec39b8e.tar.gz dotemacs-8fb0460b70c245b33c766f93c82b9017dec39b8e.zip | |
style(font): increase default height to 140
Better readability at current display scaling.
| -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 ca5481a4..c6422065 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 |
