summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2021-02-25 15:23:04 +0100
committerstuebinm2021-02-25 15:23:04 +0100
commitdb40a718c114a252e54181e1f915a760c3a09593 (patch)
tree974f2595f389e256868d5a6c2eb1b90c815a35d9
parent9b143206c8d4e31b406a7d062c52bd419c42c0b2 (diff)
use monospace
-rw-r--r--ShareTech-Regular.ttfbin29536 -> 0 bytes
-rw-r--r--cgit.css7
2 files changed, 1 insertions, 6 deletions
diff --git a/ShareTech-Regular.ttf b/ShareTech-Regular.ttf
deleted file mode 100644
index 787ba83..0000000
--- a/ShareTech-Regular.ttf
+++ /dev/null
Binary files differ
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; */