Browse Source

remove Arial (not needed with new nav styles)

Owen Versteeg 11 years ago
parent
commit
9efa4ac237
1 changed files with 1 additions and 1 deletions
  1. 1 1
      less/general.less

+ 1 - 1
less/general.less

@@ -1,5 +1,5 @@
 body, textarea {
 body, textarea {
-	font: 16px Arial, sans-serif; /* Arial is used so that the navbar looks nice on iOS. */
+	font: 16px sans-serif;
 	margin: 0;
 	margin: 0;
 }
 }