Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--_config.yml2
-rw-r--r--component.json2
-rw-r--r--css/font-awesome.css6
-rw-r--r--css/font-awesome.min.css2
-rw-r--r--less/font-awesome.less2
-rw-r--r--less/variables.less4
-rw-r--r--package.json2
-rw-r--r--scss/_variables.scss4
-rw-r--r--scss/font-awesome.scss2
10 files changed, 15 insertions, 14 deletions
diff --git a/README.md b/README.md
index 4c1f855d2..9afbacdeb 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-#[Font Awesome v4.0.0](http://fontawesome.io)
+#[Font Awesome v4.0.1](http://fontawesome.io)
###the iconic font designed for Bootstrap
Font Awesome is a full suite of 361 pictographic icons for easy scalable vector graphics on websites, created and
@@ -26,6 +26,7 @@ Get started at http://fontawesome.io!
- [v3.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=3&page=1&state=closed)
- [v3.2.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=5&page=1&state=closed)
- [v4.0.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=2&page=1&state=closed)
+- [v4.0.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=7&page=1&state=closed)
##Versioning
diff --git a/_config.yml b/_config.yml
index ce34634e6..d1e81d345 100644
--- a/_config.yml
+++ b/_config.yml
@@ -19,7 +19,7 @@ icon_layout: icon.html # Relative to _layouts directory
icon_destination: icon # Relative to destination
fontawesome:
- version: 4.0.0
+ version: 4.0.1
minor_version: 4.0
url: http://fontawesome.io
legacy_url: http://fortawesome.github.com/Font-Awesome/
diff --git a/component.json b/component.json
index 3fd882102..325f16273 100644
--- a/component.json
+++ b/component.json
@@ -2,7 +2,7 @@
"name": "Font-Awesome",
"repo": "FortAwesome/Font-Awesome",
"description": "Font Awesome",
- "version": "4.0.0",
+ "version": "4.0.1",
"keywords": [],
"dependencies": {},
"development": {},
diff --git a/css/font-awesome.css b/css/font-awesome.css
index f8605b3c7..fff309b7e 100644
--- a/css/font-awesome.css
+++ b/css/font-awesome.css
@@ -1,5 +1,5 @@
/*!
- * Font Awesome 4.0.0
+ * Font Awesome 4.0.1
* the iconic font designed for Bootstrap
* ------------------------------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation can be
@@ -27,8 +27,8 @@
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
- src: url('../fonts/fontawesome-webfont.eot?v=4.0.0');
- src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.0#fontawesomeregular') format('svg');
+ src: url('../fonts/fontawesome-webfont.eot?v=4.0.1');
+ src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.1') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
diff --git a/css/font-awesome.min.css b/css/font-awesome.min.css
index a523619fe..a93257a04 100644
--- a/css/font-awesome.min.css
+++ b/css/font-awesome.min.css
@@ -1,4 +1,4 @@
-@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
+@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.1');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}
.fa-2x{font-size:2em}
.fa-3x{font-size:3em}
diff --git a/less/font-awesome.less b/less/font-awesome.less
index 62c0e0e17..a853e0c1e 100644
--- a/less/font-awesome.less
+++ b/less/font-awesome.less
@@ -1,5 +1,5 @@
/*!
- * Font Awesome 4.0.0
+ * Font Awesome 4.0.1
* the iconic font designed for Bootstrap
* ------------------------------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation can be
diff --git a/less/variables.less b/less/variables.less
index 5c7a954fd..364b4dc77 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -2,9 +2,9 @@
// --------------------------
@fa-font-path: "../fonts";
-//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.0/fonts"; // for referencing Bootstrap CDN font files directly
+//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.1/fonts"; // for referencing Bootstrap CDN font files directly
@fa-css-prefix: fa;
-@fa-version: "4.0.0";
+@fa-version: "4.0.1";
@fa-border-color: #eee;
@fa-inverse: #fff;
@fa-li-width: (30em / 14);
diff --git a/package.json b/package.json
index 56e6845ae..531b6dde0 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "font-awesome",
"description": "The iconic font designed for Bootstrap",
- "version": "4.0.0",
+ "version": "4.0.1",
"keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"],
"homepage": "http://fontawesome.io/",
"author": {
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 4aadf7968..382027fbb 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -2,9 +2,9 @@
// --------------------------
$fa-font-path: "../fonts" !default;
-//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.0/fonts" !default; // for referencing Bootstrap CDN font files directly
+//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.0.1/fonts" !default; // for referencing Bootstrap CDN font files directly
$fa-css-prefix: fa;
-$fa-version: "4.0.0" !default;
+$fa-version: "4.0.1" !default;
$fa-border-color: #eee !default;
$fa-inverse: #fff !default;
$fa-li-width: (30em / 14);
diff --git a/scss/font-awesome.scss b/scss/font-awesome.scss
index 62c0e0e17..a853e0c1e 100644
--- a/scss/font-awesome.scss
+++ b/scss/font-awesome.scss
@@ -1,5 +1,5 @@
/*!
- * Font Awesome 4.0.0
+ * Font Awesome 4.0.1
* the iconic font designed for Bootstrap
* ------------------------------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation can be