From 27f86c427f309118207d959c3939464fe71c3a66 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Tue, 9 Aug 2016 15:53:07 +0100 Subject: [PATCH] Fix ember-bootstrap fonts. Helps to set the directory correctly --- app/styles/_bootstrap-variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/_bootstrap-variables.scss b/app/styles/_bootstrap-variables.scss index ba267ab0..cb44914b 100644 --- a/app/styles/_bootstrap-variables.scss +++ b/app/styles/_bootstrap-variables.scss @@ -73,7 +73,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: "" !default; +$icon-font-path: "/static/fonts/bootstrap/" !default; //** File name for all font files. $icon-font-name: "glyphicons-halflings-regular" !default; //** Element ID within SVG icon file.