I've been using http://kudakurage.com/ligature_symbols/ with phonegap. the symbols appear fine on iphone but on Android 2.3 the symbols doesn't appear. i.e a heart symbol appears as a word "heart" on Android 2.3. does anyone know what's the problem?
Asked
Active
Viewed 320 times
1 Answers
0
Just include this line in your CSS (in the class where you define the location of the font):
-ms-font-feature-settings:"liga" 1;

Benjamin W.
- 46,058
- 19
- 106
- 116