kudakurage / LigatureSymbols

Ligature Symbols is WebFont project to display the symbol with a ligature features. This Font is licensed under the SIL Open Font License.
http://kudakurage.com/ligature_symbols/
271 stars 17 forks source link

Wont work in Opera or IE(9) #10

Open Shivabeach opened 11 years ago

Shivabeach commented 11 years ago

I'm afraid I cant get this work work in Opera or IE. All that is shown is the attribute itself

the words file, print etc are shown instead of the icons. Its the same if I use Opera to go to your site to view the icons page. Works great in Firefox and Chrome

Shivabeach commented 11 years ago

I am however using the recent update with the unicodes, that works fine

stage-two commented 11 years ago

I can confirm issue. Opera 12.14. Windows/Linux  2013-03-30 19:09:06

dhrp commented 11 years ago

+1 for not getting this to work on Opera

Version 12.15 Build 1748 Platform Mac OS X System 10.7.5

muaddeepcode commented 10 years ago

+1, a have the same bug in Opera. By the way, it works in pseudo-elements and in UTF. For example:

.element:after { content: "\E012"; font-family: 'LigatureSymbols'; -webkit-text-rendering: optimizeLegibility; -moz-text-rendering: optimizeLegibility; -ms-text-rendering: optimizeLegibility; -o-text-rendering: optimizeLegibility; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; -ms-font-smoothing: antialiased; -o-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-font-feature-settings: "liga" 1, "dlig" 1; -moz-font-feature-settings: "liga=1, dlig=1"; -ms-font-feature-settings: "liga" 1, "dlig" 1; -o-font-feature-settings: "liga" 1, "dlig" 1; font-feature-settings: "liga" 1, "dlig" 1; }

But it isn't work if you set 'content: "check".' insead of UTF code. And this will NOT work too: <div style="...the same style...">\E012</div>