diff options
| author | Volpeon <git@volpeon.ink> | 2020-12-22 11:32:24 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2020-12-22 11:32:24 +0100 |
| commit | b4a0a4ea3f50049e880553ce20747972e8537299 (patch) | |
| tree | f14b1faec2c1aaadae10d3f0a123b84be18a3a98 /templates/base.html | |
| parent | Fine-grained compilation when watching (diff) | |
| download | volpeon.ink-b4a0a4ea3f50049e880553ce20747972e8537299.tar.gz volpeon.ink-b4a0a4ea3f50049e880553ce20747972e8537299.tar.bz2 volpeon.ink-b4a0a4ea3f50049e880553ce20747972e8537299.zip | |
Misc changes
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/templates/base.html b/templates/base.html index 1f7613c..7c3bcc1 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -15,21 +15,6 @@ | |||
| 15 | $endif$ | 15 | $endif$ |
| 16 | <title>$if(ismain)$$else$$title$ – $endif$$sitetitle$</title> | 16 | <title>$if(ismain)$$else$$title$ – $endif$$sitetitle$</title> |
| 17 | <link rel="stylesheet" href="/style.css" /> | 17 | <link rel="stylesheet" href="/style.css" /> |
| 18 | <style> | ||
| 19 | @font-face { | ||
| 20 | font-family: "Iosevka Term SS09"; | ||
| 21 | font-style: normal; | ||
| 22 | font-weight: normal; | ||
| 23 | src: url("/iosevka-term-ss09-regular.woff2") format("woff2"); | ||
| 24 | } | ||
| 25 | |||
| 26 | @font-face { | ||
| 27 | font-family: "Iosevka Term SS09"; | ||
| 28 | font-style: normal; | ||
| 29 | font-weight: bold; | ||
| 30 | src: url("/iosevka-term-ss09-bold.woff2") format("woff2"); | ||
| 31 | } | ||
| 32 | </style> | ||
| 33 | </head> | 18 | </head> |
| 34 | 19 | ||
| 35 | <body> | 20 | <body> |
