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>