diff options
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.") |
