Skip to content

Commit

Permalink
Merge pull request #30 from BusinessInformationSystems/master
Browse files Browse the repository at this point in the history
Bugfix: invalid file format detected.
  • Loading branch information
thesabbir committed Oct 13, 2015
2 parents 9f752f1 + d9ff495 commit baa17cb
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 19 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-line-icons",
"version": "2.2.1",
"version": "2.2.2",
"authors": [
"Sabbir Ahmed <[email protected]>"
],
Expand Down
10 changes: 7 additions & 3 deletions css/simple-line-icons.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
@font-face {
font-family: 'simple-line-icons';
src: url('../fonts/Simple-Line-Icons.eot?-i3a2kk');
src: url('../fonts/Simple-Line-Icons.eot?#iefix-i3a2kk') format('embedded-opentype'), url('../fonts/Simple-Line-Icons.ttf?-i3a2kk') format('truetype'), url('../fonts/Simple-Line-Icons.woff2?-i3a2kk') format('woff2'), url('../fonts/Simple-Line-Icons.woff?-i3a2kk') format('woff'), url('../fonts/Simple-Line-Icons.svg?-i3a2kk#simple-line-icons') format('svg');
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');
font-weight: normal;
font-style: normal;
}
/*
Use the following CSS code if you want to have a class per icon.
Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/
.icon-user,
.icon-people,
Expand Down
16 changes: 8 additions & 8 deletions less/simple-line-icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
//Fonts
@font-face {
font-family: '@{simple-line-font-family}';
src: url('@{simple-line-font-path}Simple-Line-Icons.eot?-i3a2kk');
src: url('@{simple-line-font-path}Simple-Line-Icons.eot?#iefix-i3a2kk') format('embedded-opentype'),
url('@{simple-line-font-path}Simple-Line-Icons.ttf?-i3a2kk') format('truetype'),
url('@{simple-line-font-path}Simple-Line-Icons.woff2?-i3a2kk') format('woff2'),
url('@{simple-line-font-path}Simple-Line-Icons.woff?-i3a2kk') format('woff'),
url('@{simple-line-font-path}Simple-Line-Icons.svg?-i3a2kk#simple-line-icons') format('svg');
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'),
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'),
url('@{simple-line-font-path}Simple-Line-Icons.svg?v=2.2.2#simple-line-icons') format('svg');
font-weight: normal;
font-style: normal;
}

/*
Use the following CSS code if you want to have a class per icon.
Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/

.@{simple-line-icon-prefix} {
&user,
&user,
&people,
&user-female,
&user-follow,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-line-icons",
"version": "2.2.1",
"version": "2.2.2",
"description": "Simple and elegent line icons.",
"main": "index.js",
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions scss/simple-line-icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ $simple-line-icon-prefix: "icon-" !default;
@if $simple-line-font-family == "simple-line-icons" {
@font-face {
font-family: '#{$simple-line-font-family}';
src: url('#{$simple-line-font-path}Simple-Line-Icons.eot?-i3a2kk');
src: url('#{$simple-line-font-path}Simple-Line-Icons.eot?#iefix-i3a2kk') format('embedded-opentype'),
url('#{$simple-line-font-path}Simple-Line-Icons.ttf?-i3a2kk') format('truetype'),
url('#{$simple-line-font-path}Simple-Line-Icons.woff2?-i3a2kk') format('woff2'),
url('#{$simple-line-font-path}Simple-Line-Icons.woff?-i3a2kk') format('woff'),
url('#{$simple-line-font-path}Simple-Line-Icons.svg?-i3a2kk#simple-line-icons') format('svg');
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'),
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'),
url('#{$simple-line-font-path}Simple-Line-Icons.svg?v=2.2.2#simple-line-icons') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit baa17cb

Please sign in to comment.