summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorCharlotte Koch <charlotte@magentastripe.com>2024-09-26 15:46:36 -0700
committerCharlotte Koch <charlotte@magentastripe.com>2024-09-26 15:46:36 -0700
commitc3ef163554fa9ef46d916f58d2145ee4850311e5 (patch)
treeccdc87eac6720eb7f8d486e2f627ef3b47e14691 /themes
parent19c346533292cdf38719bd78eafffb77abd05f44 (diff)
Add proper EB Garamond smallcaps support to "Poppy"
Diffstat (limited to 'themes')
-rw-r--r--themes/poppy-theme.yml9
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"