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
path: root/less
diff options
context:
space:
mode:
authorDave Gandy <dave@davegandy.com>2016-05-12 19:32:19 +0300
committerDave Gandy <dave@davegandy.com>2016-05-12 19:32:19 +0300
commitc6e79ae1a1e7bef4e7290e5026b704d24f4fa590 (patch)
treeacf3f602cf7ca7ef2246719dcc13c5710580b39e /less
parentbb3e5b2125fcd2017d3d83d4c38dd79539a9f912 (diff)
Updating version number
Diffstat (limited to 'less')
-rw-r--r--less/font-awesome.less2
-rw-r--r--less/variables.less4
2 files changed, 3 insertions, 3 deletions
diff --git a/less/font-awesome.less b/less/font-awesome.less
index b4722e7ac..c44e5f466 100644
--- a/less/font-awesome.less
+++ b/less/font-awesome.less
@@ -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)
*/
diff --git a/less/variables.less b/less/variables.less
index 6e1eb61d9..2b3381975 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -4,9 +4,9 @@
@fa-font-path: "../fonts";
@fa-font-size-base: 14px;
@fa-line-height-base: 1;
-//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.6.2/fonts"; // for referencing Bootstrap CDN font files directly
+//@fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.6.3/fonts"; // for referencing Bootstrap CDN font files directly
@fa-css-prefix: fa;
-@fa-version: "4.6.2";
+@fa-version: "4.6.3";
@fa-border-color: #eee;
@fa-inverse: #fff;
@fa-li-width: (30em / 14);