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:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-02-04 23:21:27 +0300
committerGitHub <noreply@github.com>2018-02-04 23:21:27 +0300
commit860aecf5b89f9fa7f02a8ad624fbe22c844b7f0e (patch)
tree2e634cbe22117565b31c5712f95c7ee1fdb0dfed /scss/_variables.scss
parent2453b2726227273ef497f53e6654130a31de7456 (diff)
parentcac2895612ccb8adbf746534c2448e0592f77363 (diff)
Merge pull request #3 from james-johnston-thumbtack/font-face-naming
Allow custom naming of font family
Diffstat (limited to 'scss/_variables.scss')
-rw-r--r--scss/_variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index e8a201ad3..421538176 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -6,6 +6,7 @@ $fa-font-size-base: 14px !default;
$fa-line-height-base: 1 !default;
//$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts" !default; // for referencing Bootstrap CDN font files directly
$fa-css-prefix: fa !default;
+$fa-font-family: FontAwesome !default;
$fa-version: "4.7.0" !default;
$fa-border-color: #eee !default;
$fa-inverse: #fff !default;