opentraildata / OpenTrails-Mobile

A mobile application for viewing trail maps
MIT License
18 stars 8 forks source link

Bundle Font Awesome into build #153

Closed alanjosephwilliams closed 10 years ago

alanjosephwilliams commented 10 years ago

Currently, we use icons from font-awesome. However, we aren't taking advantage of its small size by including it in the app itself—we are consuming it from a CDN. This means when the phone has no connection and the app is running, there is no UI!

We need to bundle font-awesome with the app and make sure our UI icons are always present.