diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-17 22:39:14 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-17 22:39:14 +0200 |
| commit | b67dac4e10b030017faa055aebb470c5d3a5ec40 (patch) | |
| tree | cb42d946a6866589538f7ba8e1848bd92e79d1a8 /extras/html/themes/future/theme.conf | |
| parent | 22826aa26119446091929e2199c18f896c3f149c (diff) | |
use new fonts for future style
Diffstat (limited to 'extras/html/themes/future/theme.conf')
| -rw-r--r-- | extras/html/themes/future/theme.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extras/html/themes/future/theme.conf b/extras/html/themes/future/theme.conf index 8e6f6e7..32dfbfc 100644 --- a/extras/html/themes/future/theme.conf +++ b/extras/html/themes/future/theme.conf @@ -1,9 +1,9 @@ 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_TEXT=./extras/html/fonts/pixelon/Pixelon.ttf +declare -xr HTML_WEBFONT_HEADING='./extras/html/fonts/higher-jump/Higher Jump.ttf' +declare -xr HTML_WEBFONT_CODE=./extras/html/fonts/repetition-scrolling/repet___.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 |
