问题
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