我在按钮中使用了 font-awesome,但是我也希望在 font awesome 按钮中包含文本。字体系列必须是 fontawesome 但这给了我某种我无法修改的衬线字体。
我正在使用的代码
<div class=" btn-toolbar">
<div class="btn-group" title="vote">
<button class="btn icon-">
<span class="icon-thumbs-up"> vote <span class="icon-thumbs-down">
</button>
<button class="btn icon-heart" title="subscribe to get latest updates"></button>
</div>
<div class="btn-group">
<button class="btn icon-edit" title="edit"></button>
<button class="btn icon-print" title="print"></button>
</div>
<div class="btn-group">
<button class="btn icon-facebook" title="share on facebook"></button>
<button class="btn icon-twitter" title="share on twitter"></button>
<button class="btn icon-google-plus" title="share on google+"></button>
</div>
</div>