diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/font-config.el | 6 | ||||
| -rw-r--r-- | modules/font-profiles.el | 5 |
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") |
