diff --git a/lib/gui/css/main.css b/lib/gui/css/main.css index b7e7f080..35c3438d 100644 --- a/lib/gui/css/main.css +++ b/lib/gui/css/main.css @@ -255,8 +255,8 @@ th { @font-face { font-family: 'Glyphicons Halflings'; - src: url("../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot"); - src: url("../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); } + src: url("../../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot"); + src: url("../../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../../node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); } .glyphicon, .tick { position: relative; diff --git a/lib/gui/scss/main.scss b/lib/gui/scss/main.scss index 00d45b08..5dc335b6 100644 --- a/lib/gui/scss/main.scss +++ b/lib/gui/scss/main.scss @@ -14,7 +14,7 @@ * limitations under the License. */ -$icon-font-path: "../../node_modules/bootstrap-sass/assets/fonts/bootstrap/"; +$icon-font-path: "../../../node_modules/bootstrap-sass/assets/fonts/bootstrap/"; $font-size-base: 13px; $cursor-disabled: initial; $link-hover-decoration: none;