В index.html указываем загрузку шрифтов
<link rel="stylesheet" href="http://fonts.googleapis.com/icon?family=Material+Icons" />
В config.xml указываем доступы:
<access origin="*"/>
<plugin name="cordova-plugin-whitelist" version="1"/>
<allow-intent href="http://*/*"/>
<allow-intent href="https://*/*"/>
<allow-intent href="tel:*"/>
<allow-intent href="sms:*"/>
<allow-intent href="mailto:*"/>
<allow-intent href="geo:*"/>
<platform name="android">
<allow-intent href="market:*"/>
</platform>
<platform name="ios">
<allow-intent href="itms:*"/>
<allow-intent href="itms-apps:*"/>
</platform>
В эмуляторе все в порядке, но если готовим билд через build.phonegap.com то после установки на андроид шрифты не подгружаются
С PhoneGap работаю меньше недели — ногами не пинайте )