add new icon

This commit is contained in:
bechi 2014-10-29 09:33:38 -03:00
parent 465b68b7ed
commit 56557a7e8d
1 changed files with 70 additions and 0 deletions

70
css/style.css Executable file
View File

@ -0,0 +1,70 @@
@font-face {
font-family: 'icomoon';
src:url("../font/icomoon.eot?-5b2xva");
src:url("../font/icomoon.eot?#iefix-5b2xva") format('embedded-opentype'),
url("../font/icomoon.woff?-5b2xva") format('woff'),
url("../font/icomoon.ttf?-5b2xva") format('truetype'),
url("../font/icomoon.svg?-5b2xva#icomoon") format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-arrow-left:before {
content: "\e600";
}
.icon-arrow-down:before {
content: "\e601";
}
.icon-arrow-up:before {
content: "\e602";
}
.icon-arrow-right:before {
content: "\e603";
}
.icon-arrow-left2:before {
content: "\e604";
}
.icon-arrow-down2:before {
content: "\e605";
}
.icon-arrow-up2:before {
content: "\e606";
}
.icon-arrow-right2:before {
content: "\e607";
}
.icon-arrow-left3:before {
content: "\e608";
}
.icon-arrow-down3:before {
content: "\e609";
}
.icon-arrow-up3:before {
content: "\e60a";
}
.icon-arrow-right3:before {
content: "\e60b";
}
.icon-arrow-left4:before {
content: "\e60c";
}
.icon-arrow-down4:before {
content: "\e60d";
}
.icon-arrow-up4:before {
content: "\e60e";
}