diff options
| author | Paul Buetow <paul@buetow.org> | 2024-04-13 00:14:32 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-04-13 00:14:32 +0300 |
| commit | f0eb5385e29f6cafa41a47d39f067a19ea32da37 (patch) | |
| tree | 70a39ef8a225afdd6e90ad1df3802af27351bc0c /gemtexter.conf | |
| parent | 68d1ccf6095024847f003e282f0f6036c5255e54 (diff) | |
new css style. add heading font.
Diffstat (limited to 'gemtexter.conf')
| -rw-r--r-- | gemtexter.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gemtexter.conf b/gemtexter.conf index 4b594a2..62dd4af 100644 --- a/gemtexter.conf +++ b/gemtexter.conf @@ -11,7 +11,8 @@ 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/hack/Hack-Regular.ttf +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 |
