[PATCH] Changed font-family to Arial

Wald Commits scm-commit at wald.intevation.org
Wed Apr 2 11:43:55 CEST 2014


# HG changeset patch
# User Ariane Broermann <ariane at intevation.de>
# Date 1396431333 -7200
# Node ID b217e51c15b7f3221e7d987d5a162e1baf7558c9
# Parent  4d284b6fe0c5d4cc5ccf126559b7601faa8c6d64
Changed font-family to Arial.

diff -r 4d284b6fe0c5 -r b217e51c15b7 css/style.css
--- a/css/style.css	Tue Apr 01 18:24:13 2014 +0200
+++ b/css/style.css	Wed Apr 02 11:35:33 2014 +0200
@@ -1,11 +1,15 @@
 body {
   padding-top: 20px;
   padding-bottom: 20px;
+  font-family: Arial;
+  font-size: 15px;
 }
+
 /* Custom page container */
 .container p {
-    font-size: 15px;
+  font-size: 15px;
 }
+
 /* Custom jumbotron */
 .jumbotron h3 {
     text-align: center;


More information about the Dive4Elements-commits mailing list