diff options
| author | Paul Buetow <paul@buetow.org> | 2024-04-03 23:49:38 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-04-03 23:49:38 +0300 |
| commit | 488d627875f10b14d5cebe5de9cef9ddf0ccaa8e (patch) | |
| tree | ac087a3bb85c0bee58cdc36cc544870748ff32de /extras/html | |
| parent | 4ba29d61a3f7eb6367a0edca26e4812be7bafb39 (diff) | |
change back
Diffstat (limited to 'extras/html')
| -rw-r--r-- | extras/html/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extras/html/style.css b/extras/html/style.css index 9a74645..0001a3a 100644 --- a/extras/html/style.css +++ b/extras/html/style.css @@ -1,20 +1,20 @@ @font-face { - font-family: 'text', monospace; + font-family: 'text'; src: url("./text.ttf") format("truetype"); } @font-face { - font-family: 'code', monospace; + font-family: 'code'; src: url("./code.ttf") format("truetype"); } @font-face { - font-family: 'handnotes', monospace; + font-family: 'handnotes'; src: url("./handnotes.ttf") format("truetype"); } @font-face { - font-family: 'typewriter', monospace; + font-family: 'typewriter'; src: url("./typewriter.ttf") format("truetype"); } |
