Introduction
Introduction Statistics Contact Development Disclaimer Help
style.css: don't fallback to monospace - saait - the most boring static page ge…
git clone git://git.codemadness.org/saait
Log
Files
Refs
README
LICENSE
---
commit 06fa7f2aa301e39d5737ce86268b67a5057c83b7
parent c7b6ea2a151c146932e814cd20b9d925323a9525
Author: Hiltjo Posthuma <[email protected]>
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(-)
---
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;
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.