mirror of https://gitlab.com/octtspacc/sitoctt
Load font from HTML (again)
This commit is contained in:
parent
139841fcdf
commit
39d5722981
|
@ -18,7 +18,6 @@ Body {
|
|||
Right: Auto;
|
||||
Color: #04040c;
|
||||
Background: #eeddff;
|
||||
Font-Family: 'Space Mono', monospace;
|
||||
Font-Size: 13pt;
|
||||
}
|
||||
#Container {
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue