mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Fix ember-bootstrap fonts.
Helps to set the directory correctly
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user