templeos-info/public/style/templeos.css
2024-03-24 16:34:05 +01:00

40 lines
755 B
CSS

@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-size: 10pt;
min-width: 80ch;
display: inline-block;
text-align: left;
}
footer {
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}