File 2735-fix-and-unify-font-family.patch of Package erlang
From 86bcb347eb550cdc88f09b8871af857479c9526c Mon Sep 17 00:00:00 2001
From: Mariano Guerra <mariano@marianoguerra.org>
Date: Sat, 22 Oct 2016 18:12:44 +0100
Subject: [PATCH 35/59] fix and unify font-family
---
lib/erl_docgen/priv/css/otp_doc.css | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/lib/erl_docgen/priv/css/otp_doc.css b/lib/erl_docgen/priv/css/otp_doc.css
index 205a6d3a8..c762927ff 100644
--- a/lib/erl_docgen/priv/css/otp_doc.css
+++ b/lib/erl_docgen/priv/css/otp_doc.css
@@ -2,7 +2,7 @@
body {
background: #fefefe;
color: #1a1a1a;
- font-family: serif;
+ font-family: sans-serif;
margin: 0;
padding: 0;
border: 0;
@@ -12,9 +12,7 @@ body {
line-height: 1.5em;
}
-th { font-family: Verdana, Arial, Helvetica, sans-serif }
-td { font-family: Verdana, Arial, Helvetica, sans-serif }
-p { font-family: Verdana, Arial, Helvetica, sans-serif; max-width: 80em }
+p { max-width: 80em }
.header { background: #222; color: #fefefe }
.top { background: #efe }
--
2.12.2