diff options
Diffstat (limited to 'htmlextras/style.css')
| -rw-r--r-- | htmlextras/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/htmlextras/style.css b/htmlextras/style.css index b07ce6e..b70a704 100644 --- a/htmlextras/style.css +++ b/htmlextras/style.css @@ -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; |
