Compare commits
2 Commits
d7d2e0d04b
...
f2549e8d64
Author | SHA1 | Date | |
---|---|---|---|
f2549e8d64 | |||
1a16c887b1 |
BIN
public/fonts/FreeMono.otf
Normal file
BIN
public/fonts/FreeMono.otf
Normal file
Binary file not shown.
BIN
public/fonts/FreeMono.ttf
Normal file
BIN
public/fonts/FreeMono.ttf
Normal file
Binary file not shown.
BIN
public/fonts/FreeMono.woff
Normal file
BIN
public/fonts/FreeMono.woff
Normal file
Binary file not shown.
BIN
public/fonts/FreeMonoBold.otf
Normal file
BIN
public/fonts/FreeMonoBold.otf
Normal file
Binary file not shown.
BIN
public/fonts/FreeMonoBold.ttf
Normal file
BIN
public/fonts/FreeMonoBold.ttf
Normal file
Binary file not shown.
BIN
public/fonts/FreeMonoBold.woff
Normal file
BIN
public/fonts/FreeMonoBold.woff
Normal file
Binary file not shown.
@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body style="font-family: courier, monospace;">
|
<body>
|
||||||
<img src="/img/Logo128x152.jpg" alt="">
|
<img src="/img/Logo128x152.jpg" alt="">
|
||||||
|
|
||||||
<h1>TempleOS Documentation</h1>
|
<h1>TempleOS Documentation</h1>
|
||||||
|
@ -1,12 +1,31 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: FreeMono;
|
||||||
|
src:
|
||||||
|
url("/fonts/FreeMono.woff") format("woff"),
|
||||||
|
url("/fonts/FreeMono.otff") format("opentype"),
|
||||||
|
url("/fonts/FreeMono.ttf") format("truetype");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: FreeMono;
|
||||||
|
font-weight: bold;
|
||||||
|
src:
|
||||||
|
url("/fonts/FreeMonoBold.woff") format("woff"),
|
||||||
|
url("/fonts/FreeMonoBold.otff") format("opentype"),
|
||||||
|
url("/fonts/FreeMonoBold.ttf") format("truetype");
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
font-family: FreeMono, Courier, monospace;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
font-family: courier, monospace;
|
font-family: FreeMono, Courier, monospace;
|
||||||
|
line-height: 1.2;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
width: 80ch;
|
min-width: 80ch;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user