Skip to content

Commit

Permalink
Merge branch 'master' of github.com:thesabbir/simple-line-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
thesabbir committed Apr 28, 2016
2 parents f142b41 + 9498d7f commit 876dca6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Installation
====
via [cdnjs](http://cdnjs.com/libraries/simple-line-icons)
```html
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.2.3/css/simple-line-icons.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.2.4/css/simple-line-icons.css">
```
via [bower](http://bower.io/search/?q=simple-line-icons)

Expand Down
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 876dca6

Please sign in to comment.