style.css: don't fallback to monospace - saait - the most boring static page generator
(HTM) git clone git://git.codemadness.org/saait
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 06fa7f2aa301e39d5737ce86268b67a5057c83b7
(DIR) parent c7b6ea2a151c146932e814cd20b9d925323a9525
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 25 Aug 2017 14:25:08 +0200
style.css: don't fallback to monospace
let the browser choose if there is not even sans-serif
Diffstat:
M style.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/style.css b/style.css
@@ -1,5 +1,5 @@
body {
- font-family: sans-serif, monospace;
+ font-family: sans-serif;
text-align: center;
overflow-y: scroll;
color: #000;