Questions tagged [font-awesome-3.2]
17 questions
43
votes
3 answers
font awesome animated spinner through background
I am using font awesome spin icon through CSS background for loading the page.
/* Styles go here */
.loading-icon {
position: relative;
width: 20px;
height: 20px;
margin:50px auto;
}
.loading-icon:before {
content:…

SatAj
- 1,899
- 4
- 29
- 47
29
votes
3 answers
Are the Font Awesome 3.2 docs still accessible?
I am using Font Awesome 3.2. Font Awesome just released version 4.0. Prior to the 4.0 release I would view Font Awesome's documentation at http://fortawesome.github.io/Font-Awesome/icons/. The new version has differing icon names and makes it…

John Owen Chile
- 501
- 1
- 4
- 8
12
votes
3 answers
CSS Icons: Cannot remove top and bottom padding (font awesome)
Here is my fiddle:
http://jsfiddle.net/schmudde/VeA6B/
I cannot remove the top and bottom padding on either side of a font awesome icon:
span {
border: 1px solid red;
line-height: 40%;
}
i {
border: 1px solid green;
padding: 0px;
…

Schmudde
- 1,078
- 1
- 11
- 19
11
votes
5 answers
asp fontawesome 404 (not found)
I have this error both on my production IIS7 server and on local iisexpres (after I've set debug="false")
GET http://localhost:64231/font/fontawesome-webfont.woff?v=3.2.1 404 (Not Found) jquery-1.11.0.min.js:2
GET…

Aray Karjauv
- 2,679
- 2
- 26
- 44
5
votes
2 answers
Is there an upgrade guide for Font Awesome 3.2.x to Font Awesome 4.0?
Font Awesome 4.0 is a complete rewrite of Font Awesome from the ground up. One of the major new features is that icons are now namespaced. In addition to namespacing the icons utilize a new naming convention based on consistency and predictability.…

ahsteele
- 26,243
- 28
- 134
- 248
4
votes
3 answers
cant display Font awesome icons?
I just have started using Font Awesome in my MVC application which already have Bootstrap. I need to use some icons and I have copied font-awesome.css into my project but icons are not visible. I have inlucded only this css, not sure but want to ask…

Toubi
- 2,469
- 10
- 33
- 49
1
vote
1 answer
0
votes
1 answer
minus "-" sign not working css content '\f117' is not working recently
How to make old version fontawesome3 work
I am using css content to show - symbol in my page. I have used below code and it was working fine before. But recently noticed that content: "\f117"; does not show my symbol.
Why is this happening now? Has…

yeppe
- 679
- 1
- 11
- 43
0
votes
1 answer
How to add font awesome On UINavigation Bar in Objective C
I am new in iOS. And I am facing a problem to add font awesome on UINavigation Bar. I am using code for Image Like this
UIImage *listImage2 = [UIImage imageNamed:@"Image1.png"];
UIButton *listButton2 = [UIButton…

Muju
- 884
- 20
- 54
0
votes
1 answer
Swisnl Context menu theme
I am using a jquery context menu plugin from github called Swisnl jQuery contextMenu
swisnl context menu documentation
The menu works well but I have noticed that themes don't seem to apply to it. I'd really like to use font awesome and have those…

Devnsyde
- 1,297
- 1
- 13
- 34
0
votes
1 answer
Adding bootstrap & Font awesome ruins css-why?
Since I added bootstrap and font awesome to my html file, most of the css done before just disappeared (background-color, google fonts)
Games
…

learningcoding
- 187
- 2
- 14
0
votes
2 answers
fa-star () is always yellow, how to make it white?
setting color:white; or even using the class icon-light or icon-white makes all font-awesome-icons white, except for fa-star which remains yellow no matter what I do!
I've tried overriding css with methods as desperate as using !important in an…

Anders Martini
- 828
- 1
- 14
- 31
0
votes
0 answers
How to Set up font-awesome on Sass
I'm fairly new to Sass and I'm trying to set up font-awesome for my web development projects. I've just installed the gem through the terminal (I'm using a mac) which went succesfull. Also in my .. I'm linking to MAXCDN and hope to…

Alex
- 357
- 1
- 12
0
votes
1 answer
Unable to render font awesome icons
I am using following code to render font awesome icons
Index.html:
On the page:
fa-gear
This results in - See below image for result:…
SharpCoder
- 18,279
- 43
- 153
- 249
0
votes
1 answer
What is the Font Awesome 4.x equivalent of 3.x's "icon-white" class?
I'm upgrading custom PHP code, that uses Font Awesome 3.2.1, to Font Awesome 4.1. The fabulous upgrade instructions solved all my problems with icons naming conventions change. But, I'm stucked on 3.2.1's icon-white class, which was supposed to make…

trejder
- 17,148
- 27
- 124
- 216