diff options
author | stuebinm | 2021-02-25 15:23:04 +0100 |
---|---|---|
committer | stuebinm | 2021-02-25 15:23:04 +0100 |
commit | db40a718c114a252e54181e1f915a760c3a09593 (patch) | |
tree | 974f2595f389e256868d5a6c2eb1b90c815a35d9 /cgit.css | |
parent | 9b143206c8d4e31b406a7d062c52bd419c42c0b2 (diff) |
use monospace
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; */ |