From 8049b06d1c96023164a4027c08e26e3773c19f18 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 20 Jul 2026 08:47:36 -0500 Subject: 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). --- modules/font-config.el | 6 ++++-- modules/font-profiles.el | 5 ++++- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'modules') 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") -- cgit v1.2.3