Compare commits

..

No commits in common. "f2549e8d64d772070380b2c0cd8093a124895f9a" and "d7d2e0d04baa86c1aaba8bcee8023f408b1da81e" have entirely different histories.

8 changed files with 3 additions and 22 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -12,7 +12,7 @@
}
</style>
</head>
<body>
<body style="font-family: courier, monospace;">
<img src="/img/Logo128x152.jpg" alt="">
<h1>TempleOS Documentation</h1>

View File

@ -1,31 +1,12 @@
@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 {
font-family: FreeMono, Courier, monospace;
font-weight: bold;
text-align: center;
}
#content {
font-family: FreeMono, Courier, monospace;
line-height: 1.2;
font-family: courier, monospace;
font-size: 10pt;
min-width: 80ch;
width: 80ch;
display: inline-block;
text-align: left;
}