I use the application in PhoneGap using my own font style. The font style is taken in the browser but not used on the Android phone.
<style> @font-face { font-family: 'CooperStd'; src: url('fonts/cooperblackstd.eot'); src: url('fonts/cooperblackstd.eot?#iefix') format('embedded-opentype'), url('fonts/cooperblackstd.woff') format('woff'), url('fonts/cooperblackstd.ttf') format('truetype'), url('fonts/cooperblackstd.svg#CooperBlackStd') format('svg'); font-weight: 900; font-style: normal; } body{font-family:'CooperStd' , arial ; } </style>
I checked the font path, it also correctly checks the console in the browser. I did not find an error.
Thanks in advance
android css cordova font-face phonegap-build
user4928488
source share