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-Awesome icon size modification:
"font-size" property in "style" attribute:
"font-size" property in CSS stylesheet (like the accepted answer shows)
.fa { font-size: 12px; }
HTML tags
Using Fontawesome classes so that the icons take a size relative to their parent elements: