Load font from HTML (again)

This commit is contained in:
octospacc 2022-05-22 16:15:31 +02:00
parent 139841fcdf
commit 39d5722981
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@ Body {
Right: Auto;
Color: #04040c;
Background: #eeddff;
Font-Family: 'Space Mono', monospace;
Font-Size: 13pt;
}
#Container {

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="[HTML:Page:CSS]">
<link href="/sitoctt-assets/Fonts/SpaceMono/Font.css" rel="stylesheet">
<link href="/sitoctt-assets/Fonts/SpaceMono/Style.css" rel="stylesheet">
<title>[HTML:Page:Title] - postoctt</title>
<style>
[HTML:Page:Style]