Explorar el Código

remove Arial (not needed with new navbar styles)

Owen Versteeg hace 11 años
padre
commit
f4fd8c617f
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      sass/_general.scss

+ 1 - 2
sass/_general.scss

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