Skip to content

Commit

Permalink
update to 4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
raulghm committed May 13, 2016
1 parent feffbac commit 898dffa
Show file tree
Hide file tree
Showing 16 changed files with 1,657 additions and 1,989 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Font-Awesome-Stylus",
"version": "4.5.0",
"version": "4.6.2",
"homepage": "https://github.com/raulghm/Font-Awesome-Stylus",
"authors": "Raúl Hernández",
"authors": "Raul Hernandez",
"description": "Stylus port for font-awesome (bower component)",
"main": [
"./stylus/index.styl"
Expand Down
115 changes: 112 additions & 3 deletions example/dist/styles.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
/*
* Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url("http://netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.eot?v=4.5.0");
src: url("http://netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format('embedded-opentype'), url("http://netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.woff2?v=4.5.0") format('woff2'), url("http://netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.woff?v=4.5.0") format('woff'), url("http://netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.ttf?v=4.5.0") format('truetype'), url("http://netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format('svg');
src: url("http://netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.eot?v=4.6.2");
src: url("http://netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format('embedded-opentype'), url("http://netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.woff2?v=4.6.2") format('woff2'), url("http://netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.woff?v=4.6.2") format('woff'), url("http://netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.ttf?v=4.6.2") format('truetype'), url("http://netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -1409,7 +1413,7 @@
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
Expand Down Expand Up @@ -1535,6 +1539,7 @@
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
Expand Down Expand Up @@ -2110,6 +2115,110 @@
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
.fa {
font-size: 100px;
}
Expand Down
4 changes: 4 additions & 0 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
<body>
<h1>Font Awesome Stylus</h1>
<h2>Example</h2>

icon
<i class="fa fa-user"></i>

mixin
<div class="my-icon"></div>
</body>
</html>
Binary file modified fonts/FontAwesome.otf
100644 → 100755
Binary file not shown.
Binary file modified fonts/fontawesome-webfont.eot
100644 → 100755
Binary file not shown.
178 changes: 104 additions & 74 deletions fonts/fontawesome-webfont.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fonts/fontawesome-webfont.ttf
100644 → 100755
Binary file not shown.
Binary file modified fonts/fontawesome-webfont.woff
100644 → 100755
Binary file not shown.
Binary file modified fonts/fontawesome-webfont.woff2
100644 → 100755
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "font-awesome-stylus",
"version": "4.5.0",
"version": "4.6.2",
"homepage": "https://github.com/raulghm/Font-Awesome-Stylus",
"authors": "Raúl Hernández",
"authors": "Raul Hernandez",
"description": "Stylus port for font-awesome (npm package)",
"main": "./stylus/index.styl",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion stylus/animated.styl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Animated Icons
// Spinning Icons
// --------------------------

.{$fa-css-prefix}-spin
Expand Down
3 changes: 2 additions & 1 deletion stylus/font-awesome.styl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
* Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/

Expand All @@ -15,3 +15,4 @@
@import "rotated-flipped"
@import "stacked"
@import "icons"
@import "screen-reader"
Loading

0 comments on commit 898dffa

Please sign in to comment.