chore: remove font
This commit is contained in:
parent
c4191ec6cd
commit
4490a89f73
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user