summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/style.css b/style.css
index 9a74645a..a81995e0 100644
--- a/style.css
+++ b/style.css
@@ -1,25 +1,25 @@
@font-face {
- font-family: 'text', monospace;
+ font-family: 'text';
src: url("./text.ttf") format("truetype");
}
@font-face {
- font-family: 'code', monospace;
+ font-family: 'code';
src: url("./code.ttf") format("truetype");
}
@font-face {
- font-family: 'handnotes', monospace;
+ font-family: 'handnotes';
src: url("./handnotes.ttf") format("truetype");
}
@font-face {
- font-family: 'typewriter', monospace;
+ font-family: 'typewriter';
src: url("./typewriter.ttf") format("truetype");
}
body {
- font-family: text;
+ font-family: text, monospace;
max-width: 1024px;
padding: 20px 20px;
margin: 20px auto;
@@ -87,7 +87,7 @@ img {
}
pre {
- font-family: code;
+ font-family: code, monospace;
padding: 0;
overflow-x: auto;
scrollbar-width: none;
@@ -101,7 +101,7 @@ pre {
}
span.inlinecode {
- font-family: code;
+ font-family: code, monospace;
border: 1px solid #000000;
padding: 1px;
color: grey;