Better fonts in template

also no longer list previously-used fonts after a generic because I
never removed them
This commit is contained in:
kageru 2018-11-04 22:26:04 +01:00
parent b941c4f901
commit b44ef17476
Signed by: kageru
GPG Key ID: 8282A2BEA4ADA3D2

View File

@ -3,7 +3,7 @@
body {
background-color: #333;
color: #ccc;
font-family: monospace, "Helvetica Neue", "Helvetica", "Noto Sans", sans-serif;
font-family: "Hack", "Ubuntu Mono", "Lucida Console", monospace;
}
#content {