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

Font char does not render in Chrome on Win7 #119

Open
ewohnlich opened this issue Nov 18, 2016 · 0 comments
Open

Font char does not render in Chrome on Win7 #119

ewohnlich opened this issue Nov 18, 2016 · 0 comments

Comments

@ewohnlich
Copy link

ewohnlich commented Nov 18, 2016

This guy here https://github.com/plone/plonetheme.barceloneta/blob/master/plonetheme/barceloneta/theme/less/barceloneta-compiled.css#L2934 I can't speak for other versions of Windows but it doesn't work on Win7 in Chrome. It's fine in Firefox. It seems that "⟩" (should be same unicode) doesn't even work in some font families here, more info: http://stackoverflow.com/questions/23139696/why-html-entity-doesnt-work-on-win-chrome

I added the following to my css and it seems to work in all environments I've tried:

.portletNavigationTree .portletContent > ul > li > a:hover::after {
    font-family: Cambria Math;
}
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

1 participant