diff options
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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; */ |