You can set the font size to zero:
.btn { font-size: 0; }
If your icons contain text, overwrite their font size:
.fa { font-size: initial; }
You can set the font size to zero:
.btn { font-size: 0; }
If your icons contain text, overwrite their font size:
.fa { font-size: initial; }