diff options
| author | Craig Jennings <c@cjennings.net> | 2026-07-20 08:47:36 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-07-20 08:47:36 -0500 |
| commit | 8049b06d1c96023164a4027c08e26e3773c19f18 (patch) | |
| tree | afe19c58adf296975cfe3711901b396328e1c343 /modules/font-config.el | |
| parent | d9a8a6382854bb06c3aac6a5a4779a48cc82b48a (diff) | |
| download | dotemacs-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/font-config.el')
| -rw-r--r-- | modules/font-config.el | 6 |
1 files changed, 4 insertions, 2 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.") |
