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:
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less5
1 files changed, 2 insertions, 3 deletions
diff --git a/less/variables.less b/less/variables.less
index 4ab4a20fc..2e6a12f80 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -4,10 +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.7.0/fonts"; // for referencing Bootstrap CDN font files directly
@fa-css-prefix: fa;
-@fa-font-family: FontAwesome;
-@fa-version: "4.7.0";
+@fa-font-family: ForkAwesome;
+@fa-version: "0.4.7";
@fa-border-color: #eee;
@fa-inverse: #fff;
@fa-li-width: (30em / 14);