summaryrefslogtreecommitdiff
path: root/htmlextras/style.css
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-05-29 08:13:56 +0100
committerPaul Buetow <paul@buetow.org>2022-05-29 08:13:56 +0100
commit252432fae23e58f97b825f855ece4f6e8e1cf39f (patch)
treea21858b275f171b8d31a41915ee1b996b5de79e0 /htmlextras/style.css
parent7ab29e00e7b8ed9327c277592ba2f84ff04277eb (diff)
add notes section - can override CSS styles by section
Diffstat (limited to 'htmlextras/style.css')
-rw-r--r--htmlextras/style.css10
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;