1

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?

lxt
  • 31,146
  • 5
  • 78
  • 83
Vanddel
  • 1,094
  • 3
  • 13
  • 32

1 Answers1

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