Aligning font size and style with www.OPNFV.org 67/44567/1
authorGeorg Kunz <georg.kunz@ericsson.com>
Mon, 9 Oct 2017 12:30:40 +0000 (14:30 +0200)
committerGeorg Kunz <georg.kunz@ericsson.com>
Mon, 9 Oct 2017 12:30:40 +0000 (14:30 +0200)
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 <georg.kunz@ericsson.com>
docs/_static/my-styles.css

index af7619a..3113062 100644 (file)
@@ -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{