aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/index.css
diff options
context:
space:
mode:
authorMarvin Borner2023-02-25 17:26:16 +0100
committerMarvin Borner2023-02-25 17:26:16 +0100
commit611dbfd1edf6e1d234f58a3390d2f26f0a2dba68 (patch)
tree60c7afc07387c29b5b7c470475ca5c002bc2bad0 /docs/index.css
parent9efb6b629547e3550d022f71c4c84756788cec3b (diff)
Added font and fixed responsiveness
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;