Font Awesome Displays Content Number instead of Icon

我的梦境 提交于 2019-12-08 13:05:50

问题


The code below, which replaces the bullet points on my site with Font Awesome icons, works fine in my regular stylesheet. But I need to put it in custom.css to bypass my CDN. When I do that the content no. - F12b - appears instead of the desired icon. Any pointers? Thank you!

ul.circled li:before, 
.widget_categories ul li:before,
.post-content ul li:before,
aside ul li:before {

font-family:'FontAwesome';
content:"\f12b";

 }

来源:https://stackoverflow.com/questions/30375344/font-awesome-displays-content-number-instead-of-icon

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!