remove Arial (not needed with new navbar styles)

This commit is contained in:
Owen Versteeg 2014-03-03 12:45:10 -05:00
parent 9efa4ac237
commit f4fd8c617f

View file

@ -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
}