diff options
Diffstat (limited to 'docs/style.css')
-rw-r--r-- | docs/style.css | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/style.css b/docs/style.css index 7eec6b0..3e50015 100644 --- a/docs/style.css +++ b/docs/style.css @@ -1,5 +1,10 @@ +@font-face { + font-family: "Iosevka"; + src: url("res/iosevka.woff2") format("woff2"); +} + body { - font-family: monospace; + font-family: "Iosevka", monospace; background-color: #222222; color: #cccccc; font-size: 1.2em; @@ -38,7 +43,7 @@ a { } .example p { - font-size: 1.3em; + font-size: 1.2em; max-width: 80vw; text-align: center; } @@ -56,7 +61,7 @@ a { .example p { width: 30vw; - font-size: 1.5em; + font-size: 1.3em; } .instructions { |