Skip to content

Commit

Permalink
Update css/font-awesome.css to fix issue 374
Browse files Browse the repository at this point in the history
Credit goes to @thorst, see comment:

FortAwesome/Font-Awesome#374 (comment)
  • Loading branch information
Louis Galipeau committed Sep 2, 2012
1 parent ee55c85 commit 9442de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/font-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@font-face {
font-family: "FontAwesome";
src: url('../font/fontawesome-webfont.eot');
src: url('../font/fontawesome-webfont.eot?#iefix') format('eot'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit 9442de9

Please sign in to comment.