From d9df3e190eb114bc720a16d794801db6d006a6f3 Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Mon, 9 Oct 2017 14:30:40 +0200 Subject: Aligning font size and style with www.OPNFV.org Increasing the font size to 18px which matches the size used on the official www.opnfv.org main web page. Also aligning the font families used by just sticking to Helvetica. Change-Id: Iad753a3bffe3988b321c4509b4e820cf718bd675 Signed-off-by: Georg Kunz --- docs/_static/my-styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/_static/my-styles.css') diff --git a/docs/_static/my-styles.css b/docs/_static/my-styles.css index af7619a13..311306238 100644 --- a/docs/_static/my-styles.css +++ b/docs/_static/my-styles.css @@ -1,5 +1,6 @@ body { - font-family:"Arial", Helvetica, sans-serif; + font-family: Helvetica, sans-serif; + font-size: 18px; } body a { @@ -16,7 +17,7 @@ body a:hover { } .navbar, h1, h2, h3, h4, h5, h6 { - font-family: "Arial",sans-serif; + font-family: Helvetica, sans-serif; } .navbar-text{ -- cgit 1.2.3-korg