all repos — elgit @ 64f6ad72718d656402ceb7b106614ae3b64ff5cf

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

css: revert to default system font Also removes my CDN from head.html along with the relevant note in the readme.

Anirudh Oppiliappan
commit

64f6ad72718d656402ceb7b106614ae3b64ff5cf

parent

9691bbfad3a10d19e3dc7b1b6b9d344c5c4466e6

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M static/style.cssstatic/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; }