fonts: Move our custom icon to the top.

(imported from commit 511ee1dc74a1437518f7c72f47e0dce3605db2fe)
This commit is contained in:
Waseem Daher 2013-08-09 23:25:58 -04:00
parent 067bd390ac
commit 6a1486a4cd
1 changed files with 2 additions and 3 deletions

View File

@ -35,7 +35,8 @@
* "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
*/
/* Our custom narrowing symbol */
.icon-vector-narrow:before { content: "\f054"; }
@font-face {
font-family: 'FontAwesome';
@ -292,8 +293,6 @@ ul.icons li [class*=" icon-vector-"] {
}
}
/* Our custom narrowing symbol */
.icon-vector-narrow:before { content: "\f054"; }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */