Skip to content

Commit

Permalink
[BUGFIX] Correct less variable: @icon-font-path (#450)
Browse files Browse the repository at this point in the history
* Fix Theme/variables.less @icon-font-path
* Fix Bootstrap/variables.less @icon-font-path
  • Loading branch information
mickenorlen authored and Benjamin Kott committed May 31, 2017
1 parent 86bdd2d commit 4f8bb27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/Public/Less/Bootstrap/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
//## 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/";
@icon-font-path: "../../Fonts/";
//** File name for all font files.
@icon-font-name: "glyphicons-halflings-regular";
//** Element ID within SVG icon file.
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/Less/Theme/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
//
// Iconography
//
@icon-font-path: "../Fonts/";
@icon-font-path: "../../Fonts/";


//
Expand Down

0 comments on commit 4f8bb27

Please sign in to comment.