diff options
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> |