diff options
| author | Paul Buetow <paul@buetow.org> | 2024-09-17 00:13:14 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-09-17 00:13:14 +0300 |
| commit | 162363234f8793c50f5628765c163e4976b01d0e (patch) | |
| tree | c5df8c42079b2e1883dc8bef2b5c924dadacd8df /extras/html/themes/business/theme.conf | |
| parent | 1877bf74243844310cf6cce295ec7cb38da396a5 (diff) | |
theme refactoring (not the themes themselves but the structure)
Diffstat (limited to 'extras/html/themes/business/theme.conf')
| -rw-r--r-- | extras/html/themes/business/theme.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extras/html/themes/business/theme.conf b/extras/html/themes/business/theme.conf new file mode 100644 index 0000000..6aea92f --- /dev/null +++ b/extras/html/themes/business/theme.conf @@ -0,0 +1,8 @@ +declare -xr HTML_HEADER=./extras/html/header.html.part +declare -xr HTML_FOOTER=./extras/html/footer.html.part +declare -xr HTML_CSS_STYLE=$HTML_THEME_DIR/style.css +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 |
