css: revert to default system font Also removes my CDN from head.html along with the relevant note in the readme.
Thu, 16 Jan 2025
4 files changed,
3 insertions(+),
6 deletions(-)
M
config.yaml
@@ -14,7 +14,6 @@ static: ./static
meta: title: icy does git description: come get your free software - syntaxHighlight: monokailight server: name: git.icyphox.sh host: 0.0.0.0
M
readme
@@ -48,6 +48,7 @@ static: ./static
meta: title: git good description: i think it's a skill issue + syntaxHighlight: monokailight server: name: git.icyphox.sh host: 127.0.0.1@@ -74,8 +75,6 @@
• Run legit behind a TLS terminating proxy like relayd(8) or nginx. • Cloning only works in bare repos -- this is a limitation inherent to git. You can still view non-bare repos just fine in legit.
… preview truncated
M
static/style.css
@@ -8,8 +8,8 @@ --gray: #6a6a6a;
--dark: #444; --darker: #222; - --sans-font: "Geist", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; - --display-font: "Geist", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; + --sans-font: -apple-system, BlinkMacSystemFont, "Inter", "Roboto", "Segoe UI", sans-serif; + --display-font: -apple-system, BlinkMacSystemFont, "Inter", "Roboto", "Segoe UI", sans-serif; --mono-font: 'SF Mono', SFMono-Regular, ui-monospace, 'DejaVu Sans Mono', 'Roboto Mono', Menlo, Consolas, monospace; }
… and 1 more changed files not shown in this preview