Skip to content

Commit 322525e

Browse files
authored
Merge pull request #85 from jobvs/remove-old-font-formats
Remove legacy font formats
2 parents d9077b4 + 090bca5 commit 322525e

File tree

7 files changed

+2
-583
lines changed

7 files changed

+2
-583
lines changed
-19.7 KB
Binary file not shown.

styles/web/css/fonts/glyphicons-halflings-regular.svg

Lines changed: 0 additions & 288 deletions
This file was deleted.
-44.3 KB
Binary file not shown.

styles/web/sass/core/_legacy/bootstrap/_bootstrap.scss

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -266,13 +266,8 @@ th {
266266
}
267267
@font-face {
268268
font-family: 'Glyphicons Halflings';
269-
270-
src: url('./fonts/glyphicons-halflings-regular.eot');
271-
src: url('./fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
272-
url('./fonts/glyphicons-halflings-regular.woff2') format('woff2'),
273-
url('./fonts/glyphicons-halflings-regular.woff') format('woff'),
274-
url('./fonts/glyphicons-halflings-regular.ttf') format('truetype'),
275-
url('./fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
269+
src: url('./fonts/glyphicons-halflings-regular.woff2') format('woff2'),
270+
url('./fonts/glyphicons-halflings-regular.woff') format('woff');
276271
}
277272
.glyphicon {
278273
position: relative;
Binary file not shown.

styles/web/sass/core/_legacy/bootstrap/fonts/glyphicons-halflings-regular.svg

Lines changed: 0 additions & 288 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)