So I am creating an app.
I ran into the problem that the font awesome icons where shown as squares on the phone.
I already changed the Font embedding type to 0 as described in this topic: FontAwesome displaying as squares on WP8 using cordova/phonegap
This did help for the phone's internal browser and the website looks OK now.
However using the app the issue still remains.
Do you know how to solve this?
In regard to Matt's question: I am using the described way Font Awesome uses so:
<li class="fa fa-search"></li>
I changed the font-awesome CSS to:
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),
url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),
url('../fonts/fontawesome-webfont.ttf') format('truetype'),
url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
Also the embedding of the font is changed with TTFEdit from 4 to 0