diff --git a/RIGS/static/css/print.css b/RIGS/static/css/print.css index 6ce4fcc7..c1a5d153 100644 --- a/RIGS/static/css/print.css +++ b/RIGS/static/css/print.css @@ -369,8 +369,8 @@ th { } @font-face { font-family: 'Glyphicons Halflings'; - src: url(/static/fonts/../../fonts/glyphicons-halflings-regular.eot); - src: url(/static/fonts/../../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/static/fonts/../../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/static/fonts/../../fonts/glyphicons-halflings-regular.woff) format("woff"), url(/static/fonts/../../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/static/fonts/../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); + src: url(/static/fonts/glyphicons-halflings-regular.eot?1415201157); + src: url(/static/fonts/glyphicons-halflings-regular.eot?&1415201157#iefix) format("embedded-opentype"), url(/static/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/static/fonts/glyphicons-halflings-regular.woff?1415201157) format("woff"), url(/static/fonts/glyphicons-halflings-regular.ttf?1415201157) format("truetype"), url(/static/fonts/glyphicons-halflings-regular.svg?1415201157#glyphicons_halflingsregular) format("svg"); } /* line 22, ../../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon { diff --git a/RIGS/static/css/screen.css b/RIGS/static/css/screen.css index 98a4c738..fa2517e2 100644 --- a/RIGS/static/css/screen.css +++ b/RIGS/static/css/screen.css @@ -369,8 +369,8 @@ th { } @font-face { font-family: 'Glyphicons Halflings'; - src: url(/static/fonts/../../fonts/glyphicons-halflings-regular.eot); - src: url(/static/fonts/../../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/static/fonts/../../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/static/fonts/../../fonts/glyphicons-halflings-regular.woff) format("woff"), url(/static/fonts/../../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/static/fonts/../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); + src: url(/static/fonts/glyphicons-halflings-regular.eot?1415201157); + src: url(/static/fonts/glyphicons-halflings-regular.eot?&1415201157#iefix) format("embedded-opentype"), url(/static/fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(/static/fonts/glyphicons-halflings-regular.woff?1415201157) format("woff"), url(/static/fonts/glyphicons-halflings-regular.ttf?1415201157) format("truetype"), url(/static/fonts/glyphicons-halflings-regular.svg?1415201157#glyphicons_halflingsregular) format("svg"); } /* line 22, ../../../../../../usr/lib/ruby/gems/1.8/gems/bootstrap-sass-3.3.3/assets/stylesheets/bootstrap/_glyphicons.scss */ .glyphicon { diff --git a/RIGS/static/scss/_bootstrap-variables.scss b/RIGS/static/scss/_bootstrap-variables.scss index bb2ee2d2..9b0e7df4 100644 --- a/RIGS/static/scss/_bootstrap-variables.scss +++ b/RIGS/static/scss/_bootstrap-variables.scss @@ -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.