Readlebee/app/fonts/fontello/css/icons.css

73 lines
2.5 KiB
CSS
Raw Normal View History

2019-09-11 01:36:49 +02:00
@font-face {
font-family: 'icons';
2019-12-22 03:35:36 +01:00
src: url('../font/icons.eot?85557842');
src: url('../font/icons.eot?85557842#iefix') format('embedded-opentype'),
url('../font/icons.woff2?85557842') format('woff2'),
url('../font/icons.woff?85557842') format('woff'),
url('../font/icons.ttf?85557842') format('truetype'),
url('../font/icons.svg?85557842#icons') format('svg');
2019-09-11 01:36:49 +02: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: 'icons';
2019-12-22 03:35:36 +01:00
src: url('../font/icons.svg?85557842#icons') format('svg');
2019-09-11 01:36:49 +02:00
}
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "icons";
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%; */
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-star:before { content: '\e800'; } /* '' */
.icon-star-empty:before { content: '\e801'; } /* '' */
.icon-chat:before { content: '\e802'; } /* '' */
2019-09-11 01:36:49 +02:00
.icon-heart-outline:before { content: '\e803'; } /* '' */
.icon-heart-filled:before { content: '\e804'; } /* '' */
.icon-comment:before { content: '\e805'; } /* '' */
2019-09-25 22:25:36 +02:00
.icon-reload:before { content: '\e806'; } /* '' */
2019-09-11 01:36:49 +02:00
.icon-check:before { content: '\e807'; } /* '' */
.icon-plus:before { content: '\e808'; } /* '' */
.icon-search:before { content: '\e809'; } /* '' */
2019-12-22 03:35:36 +01:00
.icon-delete:before { content: '\e80a'; } /* '' */
.icon-edit:before { content: '\e80b'; } /* '' */
.icon-close:before { content: '\e80c'; } /* '' */
2019-09-11 01:36:49 +02:00
.icon-loading:before { content: '\e839'; } /* '' */
.icon-external:before { content: '\f08e'; } /* '' */
.icon-star-half:before { content: '\f123'; } /* '' */