body {
/*解決字體顯示為方塊的問題,在body選擇器里設置下字體即可*/
font-family: 'Glyphicons Halflings';
}
.modal-footer {
margin-top: 400px;
}
<h4 class="modal-footer">特別感謝Glyphicon的字體圖標的支持,友情鏈接:
<a href="https://glyphicons.com">glyphicons.com</a>
</h4>
/*解決字體顯示為方塊的問題,在body選擇器里設置下字體即可*/
font-family: 'Glyphicons Halflings';
}
.modal-footer {
margin-top: 400px;
}
<h4 class="modal-footer">特別感謝Glyphicon的字體圖標的支持,友情鏈接:
<a href="https://glyphicons.com">glyphicons.com</a>
</h4>