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 | cf2acf9b3dc707c8ad9f5883a86b1de5840fa67c (patch) | |
| tree | f3b7677b23ca29d974859f771213fbb1f8113e72 | |
| parent | be4f58987756ee0aa003d726a6cf81cb0b5d93df (diff) | |
| download | dotemacs-cf2acf9b3dc707c8ad9f5883a86b1de5840fa67c.tar.gz dotemacs-cf2acf9b3dc707c8ad9f5883a86b1de5840fa67c.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 |
