Add FreeMono font
This commit is contained in:
parent
1a16c887b1
commit
f2549e8d64
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>
|
||||
</head>
|
||||
<body style="font-family: courier, monospace;">
|
||||
<body>
|
||||
<img src="/img/Logo128x152.jpg" alt="">
|
||||
|
||||
<h1>TempleOS Documentation</h1>
|
||||
|
@ -1,10 +1,29 @@
|
||||
@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: courier, monospace;
|
||||
font-family: FreeMono, Courier, monospace;
|
||||
line-height: 1.2;
|
||||
font-size: 10pt;
|
||||
min-width: 80ch;
|
||||
display: inline-block;
|
||||
|
Loading…
Reference in New Issue
Block a user