remove Arial (not needed with new nav styles)

This commit is contained in:
Owen Versteeg 2014-03-03 12:44:39 -05:00
parent 3a26906977
commit 9efa4ac237

View file

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