summaryrefslogtreecommitdiff
path: root/gemtexter.conf
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-05-18 13:33:49 +0300
committerPaul Buetow <paul@buetow.org>2024-05-18 13:33:49 +0300
commit28087df0b79f7e83edb362b4694789828f11c496 (patch)
tree94ca5ad84817eb59174a11e47000d4bd1e928eb0 /gemtexter.conf
parent39f4e45e535efd2157a3f95258ef7df03a006c13 (diff)
move fonts into fonts dir
Diffstat (limited to 'gemtexter.conf')
-rw-r--r--gemtexter.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/gemtexter.conf b/gemtexter.conf
index f468954..70ff853 100644
--- a/gemtexter.conf
+++ b/gemtexter.conf
@@ -11,9 +11,9 @@ declare -xr HTML_HEADER=./extras/html/header.html.part
declare -xr HTML_FOOTER=./extras/html/footer.html.part
declare -xr HTML_CSS_STYLE=./extras/html/style.css
declare -xr HTML_VARIANT=exact
-declare -xr HTML_WEBFONT_TEXT=./extras/html/Lato/Lato-Regular.ttf
-declare -xr HTML_WEBFONT_HEADING=./extras/html/Abril_Fatface/AbrilFatface-Regular.ttf
-declare -xr HTML_WEBFONT_CODE=./extras/html/hack/Hack-Regular.ttf
-declare -xr HTML_WEBFONT_HANDNOTES=./extras/html/khand/khand.ttf
-declare -xr HTML_WEBFONT_TYPEWRITER=./extras/html/zai-aeg-mignon-typewriter-1924/zai_AEGMignonTypewriter1924.ttf
+declare -xr HTML_WEBFONT_TEXT=./extras/html/fonts/Lato/Lato-Regular.ttf
+declare -xr HTML_WEBFONT_HEADING=./extras/html/fonts/Abril_Fatface/AbrilFatface-Regular.ttf
+declare -xr HTML_WEBFONT_CODE=./extras/html/fonts/hack/Hack-Regular.ttf
+declare -xr HTML_WEBFONT_HANDNOTES=./extras/html/fonts/khand/khand.ttf
+declare -xr HTML_WEBFONT_TYPEWRITER=./extras/html/fonts/zai-aeg-mignon-typewriter-1924/zai_AEGMignonTypewriter1924.ttf
declare -xr SOURCE_HIGHLIGHT_CSS=./extras/html/source-highlight-styles/sh_vampire.css