本文介绍了如何减小超赞字体图标的大小?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
减小字体真棒图标大小的最佳方法是什么.有fa-3x等,以增加尺寸.有没有可以减小尺寸的课程?
What is the best way to decrease the size of a font awesome icon. There is a fa-3x, etc... to increase the size. Is there a class to decrease the size?
推荐答案
字体真棒图标,顾名思义,是基于字体的.这意味着要减小它们的大小,只需减小它们的font-size:
Font-Awesome icons, as the name suggests, are font-based. This means to decrease their size all you have to do is decrease their font-size:
.fa {
font-size: 12px;
}
这篇关于如何减小超赞字体图标的大小?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!