Skip to content

Commit

Permalink
fix(workbench/theme): remove Internet Explorer specific icon files
Browse files Browse the repository at this point in the history
The SCION Workbench no longer needs to support Internet Explorer, as Angular has discontinued IE support in v13.
  • Loading branch information
danielwiehl authored and Marcarrian committed Mar 29, 2023
1 parent a7cbf6b commit 02866e1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions projects/scion/workbench/theme/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@

@font-face {
font-family: 'scion-workbench-icons';
src: url($font-path + 'scion-workbench-icons.eot'); /* IE9 Compat Modes */
src: url($font-path + 'scion-workbench-icons.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url($font-path + 'scion-workbench-icons.woff') format('woff'), /* Pretty Modern Browsers */
src: url($font-path + 'scion-workbench-icons.woff') format('woff'), /* Pretty Modern Browsers */
url($font-path + 'scion-workbench-icons.ttf') format('truetype'), /* Safari, Android, iOS */
url($font-path + 'scion-workbench-icons.svg#scion-workbench-icons') format('svg'); /* Legacy iOS */
font-weight: normal;
Expand Down
Binary file modified resources/scion-workbench-icons/fonts/fonts.zip
Binary file not shown.
Binary file not shown.

0 comments on commit 02866e1

Please sign in to comment.