diff options
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.
Diffstat (limited to 'source')
-rw-r--r-- | source/99_result/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
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} |