git-preview @ main

static git web frontend but with images and html previews + code truncation

css: default monospace font
Sun, 18 Dec 2022
1 files changed, 2 insertions(+), 2 deletions(-)
M static/style.css

@@ -9,7 +9,7 @@ --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: monospace; + --mono-font: "SF Mono", "Roboto Mono", monospace; } html {

@@ -64,7 +64,7 @@ padding: 20px 0 15px 0;

}

… preview truncated