Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUnicode icons don't appear in servo #7762
Closed
Labels
Comments
|
It works for me :/ don't know why. 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></span> |
|
I'll try it again. It might work now since it was 6 months ago. |
|
I can't reproduce this locally. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



At MDN, the icons don't appear properly.
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.