summaryrefslogtreecommitdiff
path: root/simplex/_variables.scss
diff options
context:
space:
mode:
Diffstat (limited to 'simplex/_variables.scss')
-rw-r--r--simplex/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/simplex/_variables.scss b/simplex/_variables.scss
index 7b9ac2a4..048d9fb5 100644
--- a/simplex/_variables.scss
+++ b/simplex/_variables.scss
@@ -76,7 +76,7 @@ $headings-color: $gray-dark !default;
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
//** Load fonts from this directory.
-$icon-font-path: "../fonts/" !default;
+$icon-font-path: if($bootstrap-sass-asset-helper, "bootstrap/", "../fonts/bootstrap/") !default;
//** File name for all font files.
$icon-font-name: "glyphicons-halflings-regular" !default;
//** Element ID within SVG icon file.