From 6d452898129ea7ccf223d1024c0c296c1143c2a7 Mon Sep 17 00:00:00 2001 From: xmasse Date: Mon, 18 Apr 2016 13:15:32 -0700 Subject: [PATCH] Update variables.less Fixed @icon-font-path value to properly load glyphicon font. --- bootstrap/less/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/less/variables.less b/bootstrap/less/variables.less index 21ca8d2d1e..c1861a8e01 100644 --- a/bootstrap/less/variables.less +++ b/bootstrap/less/variables.less @@ -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: "./bootstrap/fonts/"; +@icon-font-path: "../fonts/"; //** File name for all font files. @icon-font-name: "glyphicons-halflings-regular"; //** Element ID within SVG icon file.