Browse Source

remove Arial (not needed with new navbar styles)

Owen Versteeg 11 years ago
parent
commit
f4fd8c617f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      sass/_general.scss

+ 1 - 2
sass/_general.scss

@@ -3,9 +3,8 @@
 //-------------------------------------------------------------------
 
 body, textarea {
-  font: 16px Arial, sans-serif;
+  font: 16px sans-serif;
   margin: 0;
-  // Arial is used so the nav bar looks nice in iOS
 }