From e4ca67dd0c7deda5d5fa5c54705910e5e4a29287 Mon Sep 17 00:00:00 2001 From: Richard Flamsholt Date: Fri, 8 Nov 2013 10:04:54 -0600 Subject: [PATCH] Use sans-serif which looks fine in simulator with iPhone5 selected --- Eventer/styles/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eventer/styles/main.css b/Eventer/styles/main.css index 7664208..266a17a 100644 --- a/Eventer/styles/main.css +++ b/Eventer/styles/main.css @@ -1,5 +1,5 @@ body { - font-family: Open Sans!important; + font-family: sans-serif!important; } #friendsApp.km-android .km-view