@font-face not working,help me please
- @font-face {
- font-family: 'customfont';
- src:url('font.ttf');
- }
- div{font-family:'customfont';}
my code is working at android webbrowser,
but is not working in my jqm+phonegap apk,
the same code is not working,i dont know why,help me please
Or
Can i used cunstom font in android by jquery?