From d5107e3cdb55942c3997e15155e70ed3db31cf68 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Mon, 24 Jul 2017 05:30:56 +0200 Subject: [PATCH] [mod] add sans font --- docs/epydoc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/epydoc.css b/docs/epydoc.css index 86d41706..dcb0157f 100644 --- a/docs/epydoc.css +++ b/docs/epydoc.css @@ -16,7 +16,7 @@ * either class='epydoc' or class='toc' (CSS styles for both * defined below). */ -body { background: #ffffff; color: #000000; } +body { background: #ffffff; color: #000000; font-family: sans-serif } p { margin-top: 0.5em; margin-bottom: 0.5em; } a:link { color: #0000ff; } a:visited { color: #204080; }