diff options
Diffstat (limited to 'docs/content.css')
-rw-r--r-- | docs/content.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/content.css b/docs/content.css index 941e5c3..82ee027 100644 --- a/docs/content.css +++ b/docs/content.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; |