diff options
| author | Charlotte Koch <charlotte@magentastripe.com> | 2024-09-26 15:46:36 -0700 |
|---|---|---|
| committer | Charlotte Koch <charlotte@magentastripe.com> | 2024-09-26 15:46:36 -0700 |
| commit | c3ef163554fa9ef46d916f58d2145ee4850311e5 (patch) | |
| tree | ccdc87eac6720eb7f8d486e2f627ef3b47e14691 | |
| parent | 19c346533292cdf38719bd78eafffb77abd05f44 (diff) | |
Add proper EB Garamond smallcaps support to "Poppy"
| -rw-r--r-- | themes/poppy-theme.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/poppy-theme.yml b/themes/poppy-theme.yml index 2508d66..c869f60 100644 --- a/themes/poppy-theme.yml +++ b/themes/poppy-theme.yml @@ -16,6 +16,8 @@ font: normal: EBGaramond08-Regular.ttf italic: EBGaramond08-Italic.ttf bold: EBGaramond12-Regular.ttf + EBGaramondSmallCaps: + normal: EBGaramondSC08-Regular.ttf Tuffy: normal: Tuffy-Regular.ttf italic: Tuffy-Italic.ttf @@ -92,3 +94,10 @@ header: content: 'YOUR BOOK TITLE' right: content: '{page-number}' + +role: + smallcaps: + font-family: EBGaramondSmallCaps + XXX: + font-style: italic + font-color: "#FF0000" |
