From 251bc82852af51ed39b4d4a40aced2f5193f9f99 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 26 Feb 2016 15:22:38 +0100 Subject: Remove explicit font family definition I am of the opinion that a website has no business messing around with the client's default fonts beyond defining the style and size relative to the default font size. --- source/99_result/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/99_result/main.css b/source/99_result/main.css index 203e285..84f130b 100644 --- a/source/99_result/main.css +++ b/source/99_result/main.css @@ -1,4 +1,4 @@ -body{margin:0;padding:0;font:1em Droid Sans,sans-serif;color:#272828;word-wrap:break-word} +body{margin:0;padding:0;font:1em sans-serif;color:#272828;word-wrap:break-word} a, a:visited{color:#272822} p{margin:0;line-height:1.75em} ul{margin:0;padding:0;list-style:none} -- cgit v1.2.3