2015-06-16 00:52:42 +02:00
|
|
|
@font-face {
|
|
|
|
font-family: 'fontello';
|
|
|
|
src: url('../font/fontello.eot?33987583');
|
|
|
|
src: url('../font/fontello.eot?33987583#iefix') format('embedded-opentype'),
|
|
|
|
url('../font/fontello.woff?33987583') format('woff'),
|
|
|
|
url('../font/fontello.ttf?33987583') format('truetype'),
|
|
|
|
url('../font/fontello.svg?33987583#fontello') format('svg');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
[class^="font-icon-"],
|
|
|
|
[class*=" font-icon-"] {
|
|
|
|
&:before {
|
|
|
|
display: inline-block;
|
2015-06-26 02:45:02 +02:00
|
|
|
content: '';
|
2015-06-16 00:52:42 +02:00
|
|
|
width: 1em;
|
2015-06-26 02:45:02 +02:00
|
|
|
margin-top: 2px;
|
2015-06-16 00:52:42 +02:00
|
|
|
margin-right: .2em;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: inherit;
|
|
|
|
text-transform: none;
|
|
|
|
font-family: "fontello";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
font-variant: normal;
|
|
|
|
speak: none;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-06-26 02:45:02 +02:00
|
|
|
.font-icon-search:before { content: '\e800'; }
|
|
|
|
.font-icon-tree:before { content: '\e801'; }
|
|
|
|
.font-icon-list2:before { content: '\e802'; }
|
|
|
|
.font-icon-cog:before { content: '\e803'; }
|
|
|
|
.font-icon-check:before { content: '\e804'; }
|
|
|
|
.font-icon-plus-solid:before { content: '\e805'; }
|
|
|
|
.font-icon-list:before { content: '\e806'; }
|
|
|
|
.font-icon-plus:before { content: '\e807'; }
|
|
|
|
.font-icon-search2:before { content: '\e808'; }
|
|
|
|
.font-icon-pencil:before { content: '\e80b'; }
|