From db40a718c114a252e54181e1f915a760c3a09593 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 25 Feb 2021 15:23:04 +0100 Subject: use monospace --- cgit.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'cgit.css') diff --git a/cgit.css b/cgit.css index b7f2026..967bb7c 100644 --- a/cgit.css +++ b/cgit.css @@ -1,10 +1,5 @@ -@font-face { - font-family: sharetech; - src: url(./ShareTech-Regular.ttf); -} - body { max-width:70em; margin: auto; @@ -14,7 +9,7 @@ body { div#cgit { padding: 0em; margin: 0em; - font-family: sans-serif; + font-family: monospace; font-size: 10pt; color: white; /*! background: white; */ -- cgit v1.2.3