2018-01-24 15:31:23 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'fontello';
|
2018-03-28 20:05:01 +00:00
|
|
|
src: url('fontello.eot?31646562');
|
|
|
|
src: url('fontello.eot?31646562#iefix') format('embedded-opentype'),
|
|
|
|
url('fontello.woff2?31646562') format('woff2'),
|
|
|
|
url('fontello.woff?31646562') format('woff'),
|
|
|
|
url('fontello.ttf?31646562') format('truetype'),
|
|
|
|
url('fontello.svg?31646562#fontello') format('svg');
|
2018-01-24 15:31:23 +00:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
|
|
|
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
|
|
|
|
/*
|
|
|
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
|
|
@font-face {
|
|
|
|
font-family: 'fontello';
|
2018-03-28 20:05:01 +00:00
|
|
|
src: url('fontello.svg?63853457#fontello') format('svg');
|
2018-01-24 15:31:23 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
2018-03-28 20:05:01 +00:00
|
|
|
[class^="icon-"]:before, [class*=" icon-"]:before {
|
|
|
|
font-family: "fontello";
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
speak: none;
|
2018-01-24 15:31:23 +00:00
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
text-decoration: inherit;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
/* For safety - reset parent styles, that can break glyph codes*/
|
|
|
|
font-variant: normal;
|
|
|
|
text-transform: none;
|
|
|
|
|
|
|
|
/* Font smoothing. That was taken from TWBS */
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
|
|
|
}
|
|
|
|
|
2018-03-28 20:05:01 +00:00
|
|
|
.icon-edit:before { content: '\e800'; } /* '' */
|
|
|
|
.icon-upload-cloud:before { content: '\e801'; } /* '' */
|
|
|
|
.icon-trash-1:before { content: '\e802'; } /* '' */
|
|
|
|
.icon-th-list:before { content: '\e803'; } /* '' */
|
|
|
|
.icon-attach:before { content: '\e804'; } /* '' */
|
|
|
|
.icon-th-large:before { content: '\e805'; } /* '' */
|