summaryrefslogtreecommitdiff
path: root/extras/html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-05-17 23:53:09 +0300
committerPaul Buetow <paul@buetow.org>2024-05-17 23:53:09 +0300
commitaacca061ad22f792eebcdcf5d55243225c28c885 (patch)
treefae65433406f6c0362053a00827ff68592771ecd /extras/html
parentc6ca611809f3149d330908207b746390725e6a88 (diff)
add spacings
Diffstat (limited to 'extras/html')
-rw-r--r--extras/html/style-business.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/extras/html/style-business.css b/extras/html/style-business.css
index 0581633..e90851c 100644
--- a/extras/html/style-business.css
+++ b/extras/html/style-business.css
@@ -2,18 +2,22 @@
font-family: 'text';
src: url("./text.ttf") format("truetype");
}
+
@font-face {
font-family: 'heading';
src: url("./heading.ttf") format("truetype");
}
+
@font-face {
font-family: 'code';
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");