Bug #464 Font in text fields is inconsistent
authorJef van Schendel <jefvanschendel@gmail.com>
Sat, 20 Aug 2011 19:47:44 +0000 (21:47 +0200)
committerJef van Schendel <jefvanschendel@gmail.com>
Sat, 20 Aug 2011 19:47:44 +0000 (21:47 +0200)
mediagoblin/static/css/base.css

index 16d871393456e09a504bf513883752e1693c99c2..243b299c26b59a6db47d86c0f434c7f1fee52950 100644 (file)
@@ -74,6 +74,11 @@ label {
   font-weight: normal;
 }
 
+input {
+  font-size:1em;
+  font-family:'Lato', sans-serif;
+}
+
 /* website structure */
 
 .mediagoblin_body {