add undefined-medium font
This commit is contained in:
parent
d02616958f
commit
20c637bcbf
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
@font-face {
|
||||
font-family: undefined-medium;
|
||||
src: url(undefined-medium.woff2);
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: monospace;
|
||||
font-family: undefined-medium,monospace;
|
||||
font-size: 21px;
|
||||
max-width: 80ch;
|
||||
margin: auto;
|
||||
|
|
BIN
html/undefined-medium.woff2
Normal file
BIN
html/undefined-medium.woff2
Normal file
Binary file not shown.
Loading…
Reference in a new issue