aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-20 08:47:36 -0500
committerCraig Jennings <c@cjennings.net>2026-07-20 08:47:36 -0500
commit8049b06d1c96023164a4027c08e26e3773c19f18 (patch)
treeafe19c58adf296975cfe3711901b396328e1c343 /modules
parentd9a8a6382854bb06c3aac6a5a4779a48cc82b48a (diff)
downloaddotemacs-8049b06d1c96023164a4027c08e26e3773c19f18.tar.gz
dotemacs-8049b06d1c96023164a4027c08e26e3773c19f18.zip
feat(fontaine): rename Coding to Coding M, add Coding L at 14pt
The Berkeley Mono code ladder is now Coding XS (11pt), Coding M (13pt), Coding L (14pt), and Coding XL (16pt).
Diffstat (limited to 'modules')
-rw-r--r--modules/font-config.el6
-rw-r--r--modules/font-profiles.el5
2 files changed, 8 insertions, 3 deletions
diff --git a/modules/font-config.el b/modules/font-config.el
index b55c13fa..e4549c95 100644
--- a/modules/font-config.el
+++ b/modules/font-config.el
@@ -64,7 +64,8 @@
(writing . "Writing")
(reading . "Reading")
(coding-xs . "Coding XS")
- (coding . "Coding")
+ (coding-m . "Coding M")
+ (coding-l . "Coding L")
(coding-xl . "Coding XL")
(presentation . "Presentation"))
"Human names for Fontaine workflow profiles.")
@@ -74,7 +75,8 @@
(writing . "Berkeley Mono + Merriweather")
(reading . "Merriweather")
(coding-xs . "Berkeley Mono")
- (coding . "Berkeley Mono")
+ (coding-m . "Berkeley Mono")
+ (coding-l . "Berkeley Mono")
(coding-xl . "Berkeley Mono")
(presentation . "Berkeley Mono + Lexend"))
"Human-readable font combinations for Fontaine workflow profiles.")
diff --git a/modules/font-profiles.el b/modules/font-profiles.el
index 07930065..a2c40562 100644
--- a/modules/font-profiles.el
+++ b/modules/font-profiles.el
@@ -55,9 +55,12 @@
(coding-xs
:default-height 110
:variable-pitch-family "BerkeleyMono Nerd Font")
- (coding
+ (coding-m
:default-height 130
:variable-pitch-family "BerkeleyMono Nerd Font")
+ (coding-l
+ :default-height 140
+ :variable-pitch-family "BerkeleyMono Nerd Font")
(coding-xl
:default-height 160
:variable-pitch-family "BerkeleyMono Nerd Font")