diff options
Diffstat (limited to 'slate')
-rw-r--r-- | slate/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slate/_variables.scss b/slate/_variables.scss index 95b2096b..cbbdfb6d 100644 --- a/slate/_variables.scss +++ b/slate/_variables.scss @@ -76,7 +76,7 @@ $headings-color: inherit !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. |