浏览代码

remove Arial (not needed with new navbar styles)

Owen Versteeg 11 年之前
父节点
当前提交
f4fd8c617f
共有 1 个文件被更改,包括 1 次插入2 次删除
  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
 }