From c3ef163554fa9ef46d916f58d2145ee4850311e5 Mon Sep 17 00:00:00 2001 From: Charlotte Koch Date: Thu, 26 Sep 2024 15:46:36 -0700 Subject: Add proper EB Garamond smallcaps support to "Poppy" --- themes/poppy-theme.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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" -- cgit v1.2.3