templeos-info/public/style/templeos.css

40 lines
755 B
CSS
Raw Normal View History

2024-03-24 15:34:05 +00:00
@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 {
2024-03-24 15:34:05 +00:00
font-family: FreeMono, Courier, monospace;
font-weight: bold;
text-align: center;
}
#content {
2024-03-24 15:34:05 +00:00
font-family: FreeMono, Courier, monospace;
line-height: 1.2;
font-size: 10pt;
2024-03-24 14:28:53 +00:00
min-width: 80ch;
display: inline-block;
text-align: left;
}
2024-03-23 16:14:13 +00:00
footer {
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}