all repos — legit @ 64f6ad72718d656402ceb7b106614ae3b64ff5cf

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, 0 insertions(+), 1 deletion(-)

changed files
M templates/head.htmltemplates/head.html
@@ -3,7 +3,6 @@ <head>
<meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/static/style.css" type="text/css"> - <link rel="stylesheet" href="https://cdn.icyphox.sh/fonts/fonts.css" type="text/css"> <link rel="icon" type="image/png" size="32x32" href="/static/legit.png"> {{ if .parent }} <title>{{ .meta.Title }} &mdash; {{ .name }} ({{ .ref }}): {{ .parent }}/</title>