Twitter Bootstrap’s buttons have a nice Loading... state available. The thing is that it just shows a message like Loading... passed through the data-loading-text attribute like this: <button type="button"...
There seems to be no class for input type ‘submit’ in font-awesome. Is it possible to use some class from font-awesome for button input? I’ve added icons to all...
So I’m trying to prototype a marketing page and I’m using Bootstrap and the new Font Awesome file. The problem is that when I try to use an icon,...
Lets say I have a bootstrap button with a font-awesome icon and some text: <div> <i class="icon icon-2x icon-camera"></i> hello world </div> How do I make text appear vertically...
I’m using Angular 2+ and Angular CLI. How do I add font-awesome to my project? 29 Answers 29
I want to use a Font Awesome icon as CSS content, i.e., a:before { content: "<i class="fa...">...</i>"; } I know I cannot use HTML code in content, so is...
I have to wrap my icon within an <a> tag for some reason. Is there any possible way to change the color of a font-awesome icon to black? or...
I have some CSS that looks like this: #content h2 { background: url(../images/tContent.jpg) no-repeat 0 6px; } I would like to replace the image with an icon from Font...
Success! I had to pass the viewBox attribute from the Font Awesome SVG file. The code below worked for me:

