diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -8,6 +8,16 @@ src: url("./code.ttf") format("truetype"); } +@font-face { + font-family: 'handnotes'; + src: url("./handnotes.ttf") format("truetype"); +} + +@font-face { + font-family: 'typewriter'; + src: url("./typewriter.ttf") format("truetype"); +} + * { line-height: 1.5em; margin: 0; |
