From 611dbfd1edf6e1d234f58a3390d2f26f0a2dba68 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 25 Feb 2023 17:26:16 +0100 Subject: Added font and fixed responsiveness --- docs/content.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/content.css') 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; -- cgit v1.2.3