Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
raulghm committed Oct 22, 2016
1 parent fa2de5a commit 09c4cf1
Show file tree
Hide file tree
Showing 14 changed files with 829 additions and 807 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Import index.styl in your project and configure fonts path correctly ($fa-font-p
// Set font path
$fa-font-path = "../fonts"
// OR
$fa-font-path = "http://netdna.bootstrapcdn.com/font-awesome/4.6.2/fonts"
$fa-font-path = "http://netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts"
// Import component
@import "../bower_components/Font-Awesome-Stylus/stylus/index"
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "font-awesome-stylus",
"version": "4.6.2",
"version": "4.6.3",
"homepage": "https://github.com/raulghm/Font-Awesome-Stylus",
"authors": "Raul Hernandez",
"description": "Stylus port for font-awesome (bower component)",
Expand Down
14 changes: 11 additions & 3 deletions example/dist/styles.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
* Font Awesome 4.6.3 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.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');
src: url("http://netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.eot?v=4.6.3");
src: url("http://netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format('embedded-opentype'), url("http://netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3") format('woff2'), url("http://netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.woff?v=4.6.3") format('woff'), url("http://netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.ttf?v=4.6.3") format('truetype'), url("http://netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -2200,6 +2200,14 @@
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.sr-only {
position: absolute;
width: 1px;
Expand Down
4 changes: 2 additions & 2 deletions example/src/styles.styl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// $fa-font-path ?= "../fonts"
$fa-font-path ?= "http://netdna.bootstrapcdn.com/font-awesome/4.5.0/fonts" // for referencing Bootstrap CDN font files directly
// $fa-font-path ?= "../fonts"
$fa-font-path ?= "http://netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts" // for referencing Bootstrap CDN font files directly

@import "../../stylus/index"

Expand Down
Binary file modified fonts/FontAwesome.otf
100755 → 100644
Binary file not shown.
Binary file modified fonts/fontawesome-webfont.eot
100755 → 100644
Binary file not shown.
140 changes: 70 additions & 70 deletions fonts/fontawesome-webfont.svg
100755 → 100644
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
100755 → 100644
Binary file not shown.
Binary file modified fonts/fontawesome-webfont.woff
100755 → 100644
Binary file not shown.
Binary file modified fonts/fontawesome-webfont.woff2
100755 → 100644
Binary file not shown.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "font-awesome-stylus",
"version": "4.6.2",
"version": "4.6.3",
"homepage": "https://github.com/raulghm/Font-Awesome-Stylus",
"authors": "Raul Hernandez",
"description": "Stylus port for font-awesome (npm package)",
"description": "Stylus port for font-awesome",
"main": "./stylus/index.styl",
"scripts": {
"build": "stylus example/src/styles.styl --out example/dist/styles.css"
},
"keywords": [
"font awesome",
"font awesome stylus"
Expand Down
2 changes: 1 addition & 1 deletion stylus/font-awesome.styl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
* Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/

Expand Down
6 changes: 6 additions & 0 deletions stylus/icons.styl
Original file line number Diff line number Diff line change
Expand Up @@ -1359,3 +1359,9 @@
content: $fa-var-yoast
.{$fa-css-prefix}-themeisle:before
content: $fa-var-themeisle
.{$fa-css-prefix}-google-plus-circle:before,
.{$fa-css-prefix}-google-plus-official:before
content: $fa-var-google-plus-official
.{$fa-css-prefix}-fa:before,
.{$fa-css-prefix}-font-awesome:before
content: $fa-var-font-awesome
Loading

0 comments on commit 09c4cf1

Please sign in to comment.