all repos — elgit @ a64f9d8f14762e341a851d0e211814958e044a64

fork of legit: web frontend for git, written in go

css: set pre font

lol
Anirudh Oppiliappan x@icyphox.sh
Thu, 22 Dec 2022 14:27:54 +0530
commit

a64f9d8f14762e341a851d0e211814958e044a64

parent

d6b8143f569c95bda9a1e5a494affed26b058ce6

1 files changed, 5 insertions(+), 1 deletions(-)

jump to
M static/style.cssstatic/style.css
@@ -9,13 +9,17 @@ --darker: #222; 
   --sans-font: "InterVar", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif;
   --display-font: "InterDisplay", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif;
-  --mono-font: ui-monospace, "SF Mono", "Input", "Menlo" "Roboto Mono", monospace;
+  --mono-font: 'SF Mono', SFMono-Regular, ui-monospace, 'DejaVu Sans Mono', 'Roboto Mono', Menlo, Consolas, monospace;
 }
 
 html {
   background: var(--light);
   -webkit-text-size-adjust: none;
   font-family: var(--sans-font);
+}
+
+pre {
+  font-family: var(--mono-font);
 }
 
 ::selection {