Fixed an error with the glypicon fonts having the wrong URL

This commit is contained in:
CI TEC
2015-01-22 18:46:39 +00:00
parent 9c4a66021a
commit 68b82bd612
3 changed files with 5 additions and 5 deletions

View File

@@ -77,7 +77,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: "" !default;
//** File name for all font files.
$icon-font-name: "glyphicons-halflings-regular" !default;
//** Element ID within SVG icon file.