Skip to content

Commit

Permalink
Merge pull request #44 from praveenscience/fix-43
Browse files Browse the repository at this point in the history
Fix for the IE EOT URI Bug.
  • Loading branch information
thesabbir committed Apr 8, 2016
2 parents 9530069 + c2e4c87 commit 9498d7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/simple-line-icons.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@font-face {
font-family: 'simple-line-icons';
src: url('../fonts/Simple-Line-Icons.eot?v=2.2.2');
src: url('../fonts/Simple-Line-Icons.eot?#iefix&v=2.2.2') format('embedded-opentype'), url('../fonts/Simple-Line-Icons.ttf?v=2.2.2') format('truetype'), url('../fonts/Simple-Line-Icons.woff2?v=2.2.2') format('woff2'), url('../fonts/Simple-Line-Icons.woff?v=2.2.2') format('woff'), url('../fonts/Simple-Line-Icons.svg?v=2.2.2#simple-line-icons') format('svg');
src: url('../fonts/Simple-Line-Icons.eot?v=2.2.2#iefix') format('embedded-opentype'), url('../fonts/Simple-Line-Icons.ttf?v=2.2.2') format('truetype'), url('../fonts/Simple-Line-Icons.woff2?v=2.2.2') format('woff2'), url('../fonts/Simple-Line-Icons.woff?v=2.2.2') format('woff'), url('../fonts/Simple-Line-Icons.svg?v=2.2.2#simple-line-icons') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down
2 changes: 1 addition & 1 deletion less/simple-line-icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@font-face {
font-family: '@{simple-line-font-family}';
src: url('@{simple-line-font-path}Simple-Line-Icons.eot?v=2.2.2');
src: url('@{simple-line-font-path}Simple-Line-Icons.eot?#iefix&v=2.2.2') format('embedded-opentype'),
src: url('@{simple-line-font-path}Simple-Line-Icons.eot?v=2.2.2#iefix') format('embedded-opentype'),
url('@{simple-line-font-path}Simple-Line-Icons.ttf?v=2.2.2') format('truetype'),
url('@{simple-line-font-path}Simple-Line-Icons.woff2?v=2.2.2') format('woff2'),
url('@{simple-line-font-path}Simple-Line-Icons.woff?v=2.2.2') format('woff'),
Expand Down
2 changes: 1 addition & 1 deletion scss/simple-line-icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $simple-line-icon-prefix: "icon-" !default;
@font-face {
font-family: '#{$simple-line-font-family}';
src: url('#{$simple-line-font-path}Simple-Line-Icons.eot?v=2.2.2');
src: url('#{$simple-line-font-path}Simple-Line-Icons.eot?#iefix&v=2.2.2') format('embedded-opentype'),
src: url('#{$simple-line-font-path}Simple-Line-Icons.eot?v=2.2.2#iefix') format('embedded-opentype'),
url('#{$simple-line-font-path}Simple-Line-Icons.ttf?v=2.2.2') format('truetype'),
url('#{$simple-line-font-path}Simple-Line-Icons.woff2?v=2.2.2') format('woff2'),
url('#{$simple-line-font-path}Simple-Line-Icons.woff?v=2.2.2') format('woff'),
Expand Down

0 comments on commit 9498d7f

Please sign in to comment.