chore: remove font

This commit is contained in:
xuu 2025-04-02 13:41:52 -06:00
parent c4191ec6cd
commit 4490a89f73
Signed by: xuu
GPG Key ID: 8B3B0604F164E04F

View File

@ -117,9 +117,7 @@ func (r *HTWriter) WriteTo(w io.Writer) (int64, error) {
<head>
<title>The Watcher</title>
<style>
@import url('https://fonts.cdnfonts.com/css/open-dyslexic');
body { font-family: 'Open-Dyslexic', sans-serif; width: 70%; margin: auto; background: black; color: white; }
body { font-family: sans-serif; width: 70%; margin: auto; background: black; color: white; }
a { color: cornflowerblue; text-decoration: none; }
main { }
pre { white-space: pre-wrap; }