Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not work in Chrome on Windows XP #14

Open
lanterndev opened this issue Feb 18, 2013 · 4 comments
Open

does not work in Chrome on Windows XP #14

lanterndev opened this issue Feb 18, 2013 · 4 comments

Comments

@lanterndev
Copy link

I believe this is due to Chrome bug 22240. Perhaps you could note this on the web page to raise awareness and encourage contribution of a patch? I'd love to use LigatureSymbols, but we require that it must work in Chrome on Windows XP, so until then I can't use it. 😢

Thanks for the great work on LigatureSymbols anyway, it's beautiful.

@drinchev
Copy link

Have you tried using the unicode characters :

<span class='glyph'>&#xE000;</span>

This should work in Chrome for Windows

@lanterndev
Copy link
Author

@drinchev Shouldn't that be the same as a CSS rule like

.lsf-icon.lsf-friends:before { content: '\E051'; }

which is known to not work? I tried the escaped unicode character in html as you suggested and it didn't work either. Does this work for you on Windows XP? Would love to see a screenshot and accompanying code if so. Thanks for noticing this issue!

@drinchev
Copy link

They all seem to work ...

http://jsbin.com/urocoz/4/edit

image

Update : the letter substitution breaks sometimes ( for unknown reason ), use ctrl+r to refresh in order to display properly

Version 25.0.1364.172 m

@lanterndev
Copy link
Author

Thanks so much for showing that it can work! After debugging my code further, I just figured out that the

  -webkit-font-feature-settings: "liga" 1, "dlig" 1;

rule I got from LigatureSymbols' default style.css was what was breaking it. If you add that to your jsbin, does it break for you too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants