aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.css')
-rw-r--r--docs/index.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/index.css b/docs/index.css
index 1e70968..e28f004 100644
--- a/docs/index.css
+++ b/docs/index.css
@@ -1,5 +1,10 @@
+@font-face {
+ font-family: "Iosevka";
+ src: url("iosevka.woff2") format("woff2");
+}
+
body {
- font-family: monospace;
+ font-family: "Iosevka", monospace;
background-color: #222222;
color: #cccccc;
font-size: 1.2em;