我一直在使用白手起家Glyphicons幾天的字體和我的家人嘗試添加一些文本的按鈕裏面有glyphicon圖標:引導Glyphicons更改按鈕
<button type="button" class="btn btn-default pull-left" data-toggle="collapse" data-bind="attr:{'href':'#'+'TableA'}">
<span class="glyphicon glyphicon-th-list" aria-hidden="true" data-bind="text:' Details'"></span>
</button>
它顯示我的表在單擊時。我需要的文本設置爲宋體,但如果我改變它裏面bootstrap.css
或我補充一下:
<span class="glyphicon glyphicon-download-alt" aria-hidden="true" data-bind="text:' Download', style:{fontFamily: 'Arial'}"></span>
它改變了文本字體家庭爲宋體,但glyphicon圖標消失。 我在做什麼錯?使用圖形圖標可以更改按鈕內文本的字體系列?
感謝@ ste3333。你是第一個給我這個想法的人,所以我會將你的答案標記爲解決我的問題的人。再次感謝! :) – Dana
:) 希望它爲你工作! – 2Lach
是的。它效果很好! :) – Dana