cordova how to set the Phone Font to the App dynamically
I am using cordova 3.4.1 to create an App and in that i want to set the font of the App same a font the user is using in the mobile , i need to set the font and font size same phones font and font size , can any one help me .. thanks in Advance
Rahat YasirPosted Jan 13, 2015, 5:03 AM
if the user change its device font then you want to automatically change the font, size of your fonts of the app ?
As far i know, there is no facility to do anything like that in cross platform app development.
There is no api in phone gap to know about the device default font.
You can assume one and use it in your application.