From 477e0c9e5eb5565c88284657d19c50a50d248429 Mon Sep 17 00:00:00 2001 From: Tijn Kuyper Date: Tue, 26 Nov 2019 10:50:39 +0100 Subject: [PATCH] Fixes #3998 - corporate.css fix font path glyphicons --- e107_themes/bootstrap3/css/corporate.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_themes/bootstrap3/css/corporate.css b/e107_themes/bootstrap3/css/corporate.css index eb2fecbdf..d15291777 100644 --- a/e107_themes/bootstrap3/css/corporate.css +++ b/e107_themes/bootstrap3/css/corporate.css @@ -254,8 +254,8 @@ th { border: 1px solid #ddd !important; } } @font-face { font-family: 'Glyphicons Halflings'; - src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot"); - src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); } + src: url("../fonts/glyphicons-halflings-regular.eot"); + src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/lyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); } .glyphicon { position: relative; top: 1px;