summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/style.css b/style.css
index b07ce6e3..b70a704f 100644
--- a/style.css
+++ b/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;