aboutsummaryrefslogtreecommitdiff
path: root/modules/font-config.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-04-11 10:17:33 -0400
committerCraig Jennings <c@cjennings.net>2026-04-20 11:09:38 -0400
commit1389cebbf018c883c65915a370056ff142df94ef (patch)
tree42a0c25512ffb1833ff8b5258b9d9ceb44f528e5 /modules/font-config.el
parent70923ce927f7ce1e4ca8d3ee3a5c528fc1771629 (diff)
downloaddotemacs-1389cebbf018c883c65915a370056ff142df94ef.tar.gz
dotemacs-1389cebbf018c883c65915a370056ff142df94ef.zip
style(font): set default and fallback font heights to 120
Default preset (BerkeleyMono) 140→120, fallback preset (FiraCode) 110→120.
Diffstat (limited to 'modules/font-config.el')
-rw-r--r--modules/font-config.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/font-config.el b/modules/font-config.el
index c3192b2db..c56f0ad74 100644
--- a/modules/font-config.el
+++ b/modules/font-config.el
@@ -81,7 +81,7 @@
(default
:default-family "BerkeleyMono Nerd Font"
:default-weight regular
- :default-height 140
+ :default-height 120
:fixed-pitch-family nil ;; falls back to :default-family
:fixed-pitch-weight nil ;; falls back to :default-weight
:fixed-pitch-height 1.0
@@ -125,7 +125,7 @@
(t ;; shared fallback properties go here
:default-family "FiraCode Nerd Font Mono"
:default-weight regular
- :default-height 110
+ :default-height 120
:fixed-pitch-family nil ;; falls back to :default-family
:fixed-pitch-weight nil ;; falls back to :default-weight
:fixed-pitch-height 1.0