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>
(cherry picked from commit 
d9df3e190eb114bc720a16d794801db6d006a6f3)
 body {
-       font-family:"Arial", Helvetica, sans-serif;
+       font-family: Helvetica, sans-serif;
+       font-size: 18px;
 }
 
 body a {
 }
 
 .navbar, h1, h2, h3, h4, h5, h6 {
-       font-family: "Arial",sans-serif;
+       font-family: Helvetica, sans-serif;
 }
 
 .navbar-text{