我创建了带有图标字体的简单网页页面。
和这里类似
但我显示了其他图标......蛇而不是酒吧:)。
我的字体有什么问题?感谢您的回答。
代码在这里:
[data-icon]:before {
font-family: icons; /* BYO icon font, mapped smartly */
content: attr(data-icon);
speak: none; /* Not to be trusted, but hey. */
}
<h4><span aria-hidden="true" data-icon="⇝"></span> Stats</h4>