mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Fixes #3998 - corporate.css fix font path glyphicons
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user