98 lines
4.0 KiB
CSS
98 lines
4.0 KiB
CSS
@font-face {
|
|
font-family: 'fontello';
|
|
src: url('../font/fontello.eot?65166073');
|
|
src: url('../font/fontello.eot?65166073#iefix') format('embedded-opentype'),
|
|
url('../font/fontello.woff?65166073') format('woff'),
|
|
url('../font/fontello.ttf?65166073') format('truetype'),
|
|
url('../font/fontello.svg?65166073#fontello') format('svg');
|
|
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';
|
|
src: url('../font/fontello.svg?65166073#fontello') format('svg');
|
|
}
|
|
}
|
|
*/
|
|
|
|
[class^="icon-"]:before, [class*=" icon-"]:before {
|
|
font-family: "fontello";
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
speak: none;
|
|
|
|
display: inline-block;
|
|
text-decoration: inherit;
|
|
width: 1em;
|
|
margin-right: .2em;
|
|
text-align: center;
|
|
/* opacity: .8; */
|
|
|
|
/* For safety - reset parent styles, that can break glyph codes*/
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
|
|
/* fix buttons height, for twitter bootstrap */
|
|
line-height: 1em;
|
|
|
|
/* Animation center compensation - margins should be symmetric */
|
|
/* remove if not needed */
|
|
margin-left: .2em;
|
|
|
|
/* you can be more comfortable with increased icons size */
|
|
/* font-size: 120%; */
|
|
|
|
/* Uncomment for 3D effect */
|
|
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
|
}
|
|
|
|
.icon-dollar:before { content: '\e82b'; } /* '' */
|
|
.icon-users:before { content: '\e801'; } /* '' */
|
|
.icon-exchange:before { content: '\e804'; } /* '' */
|
|
.icon-money:before { content: '\e805'; } /* '' */
|
|
.icon-mail:before { content: '\e806'; } /* '' */
|
|
.icon-star-empty:before { content: '\e802'; } /* '' */
|
|
.icon-user:before { content: '\e808'; } /* '' */
|
|
.icon-torso:before { content: '\e809'; } /* '' */
|
|
.icon-photo:before { content: '\e80a'; } /* '' */
|
|
.icon-th-large:before { content: '\e80b'; } /* '' */
|
|
.icon-ok:before { content: '\e80c'; } /* '' */
|
|
.icon-cancel:before { content: '\e80d'; } /* '' */
|
|
.icon-cancel-circled:before { content: '\e80e'; } /* '' */
|
|
.icon-plus:before { content: '\e80f'; } /* '' */
|
|
.icon-home:before { content: '\e810'; } /* '' */
|
|
.icon-pencil:before { content: '\e811'; } /* '' */
|
|
.icon-bell:before { content: '\e812'; } /* '' */
|
|
.icon-trash:before { content: '\e813'; } /* '' */
|
|
.icon-cog:before { content: '\e814'; } /* '' */
|
|
.icon-search:before { content: '\e82c'; } /* '' */
|
|
.icon-doc:before { content: '\e815'; } /* '' */
|
|
.icon-users-1:before { content: '\e816'; } /* '' */
|
|
.icon-left-open:before { content: '\e817'; } /* '' */
|
|
.icon-login:before { content: '\e803'; } /* '' */
|
|
.icon-up-open:before { content: '\e819'; } /* '' */
|
|
.icon-record:before { content: '\e81a'; } /* '' */
|
|
.icon-backward:before { content: '\e81b'; } /* '' */
|
|
.icon-fast-backward:before { content: '\e81c'; } /* '' */
|
|
.icon-fast-forward:before { content: '\e81d'; } /* '' */
|
|
.icon-forward:before { content: '\e81e'; } /* '' */
|
|
.icon-desktop:before { content: '\e81f'; } /* '' */
|
|
.icon-align-left:before { content: '\e820'; } /* '' */
|
|
.icon-indent-left:before { content: '\e821'; } /* '' */
|
|
.icon-off:before { content: '\e822'; } /* '' */
|
|
.icon-barcode:before { content: '\e823'; } /* '' */
|
|
.icon-chart:before { content: '\e824'; } /* '' */
|
|
.icon-megaphone:before { content: '\e825'; } /* '' */
|
|
.icon-gauge:before { content: '\e826'; } /* '' */
|
|
.icon-wrench:before { content: '\e827'; } /* '' */
|
|
.icon-edit-1:before { content: '\e82d'; } /* '' */
|
|
.icon-resize-full-alt:before { content: '\e828'; } /* '' */
|
|
.icon-down-open:before { content: '\e82a'; } /* '' */
|
|
.icon-edit:before { content: '\e800'; } /* '' */
|
|
.icon-block:before { content: '\e829'; } /* '' */
|
|
.icon-award:before { content: '\e807'; } /* '' */
|
|
.icon-right-open:before { content: '\e818'; } /* '' */ |