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

Unicode icons don't appear in servo #7762

Closed
mdinger opened this issue Sep 27, 2015 · 4 comments
Closed

Unicode icons don't appear in servo #7762

mdinger opened this issue Sep 27, 2015 · 4 comments

Comments

@mdinger
Copy link

@mdinger mdinger commented Sep 27, 2015

At MDN, the icons don't appear properly.

icons

I can't get a testcase because as soon as I save the page, the icons stop loading in firefox too. I've even manually added the font family to be sure it was still there but the icons still didn't show. I'm not sure how to minimize this.

@bobchao
Copy link

@bobchao bobchao commented Mar 18, 2016

It works for me :/ don't know why.

2016-03-18 17 00 46

The testcase below might work, maybe you wanna try it on your machine? @mdinger

<style>
  @import url(http://weloveiconfonts.com/api/?family=fontawesome);
  span {font-family: FontAwesome;}
</style>
<span>&#xf054;</span>
@mdinger
Copy link
Author

@mdinger mdinger commented Mar 18, 2016

I'll try it again. It might work now since it was 6 months ago.

@mdinger
Copy link
Author

@mdinger mdinger commented Mar 19, 2016

I'm not sure if the icons work because that website doesn't load. Here is mdn in servo:

mdn

The testcase is odd too in both browsers. I'm not sure what to make of it:

icon

@nox
Copy link
Member

@nox nox commented Sep 30, 2017

I can't reproduce this locally.

@nox nox closed this Sep 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.