commit 665ece581d3e9c049e330bd79aff2badaed8633d
parent 0aacef5d1a960a9aed6110b398fdc7638a2951a8
Author: alex wennerberg <alex@alexwennerberg.com>
Date: Mon, 3 Jan 2022 20:43:35 -0800
monospace -> sans serif for email bodies
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/src/style.css b/src/style.css
@@ -31,10 +31,6 @@ body > hr { margin-left: -1ch; }
table { border-spacing: 0.5em 0.1em; }
-.adfa {
- font-family: "Roboto Mono", monospace;
-}
-
.message-sum {
margin-top: 6px;
margin-bottom: 12px;
@@ -63,7 +59,6 @@ a {
.email-body {
white-space:pre-line;
- font-family:monospace;
font-size: 1rem;
}