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> </style>
</head> </head>
<body> <body style="font-family: courier, monospace;">
<img src="/img/Logo128x152.jpg" alt=""> <img src="/img/Logo128x152.jpg" alt="">
<h1>TempleOS Documentation</h1> <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 { body {
font-family: FreeMono, Courier, monospace;
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
} }
#content { #content {
font-family: FreeMono, Courier, monospace; font-family: courier, monospace;
line-height: 1.2;
font-size: 10pt; font-size: 10pt;
min-width: 80ch; width: 80ch;
display: inline-block; display: inline-block;
text-align: left; text-align: left;
} }