37 lines
1.1 KiB
CSS
37 lines
1.1 KiB
CSS
@font-face {
|
|
font-family: 'fontello';
|
|
src: url('/fonts/fontello.eot');
|
|
src: url('/fonts/fontello.eot') format('embedded-opentype'),
|
|
url('/fonts/fontello.woff2') format('woff2'),
|
|
url('/fonts/fontello.woff') format('woff'),
|
|
url('/fonts/fontello.ttf') format('truetype'),
|
|
url('/fonts/fontello.svg') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
|
|
[class^="icon-"]:before, [class*=" icon-"]:before {
|
|
font-family: "fontello";
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
speak: never;
|
|
display: inline-block;
|
|
text-decoration: inherit;
|
|
width: 1em;
|
|
margin-right: .2em;
|
|
text-align: center;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1em;
|
|
margin-left: .2em;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-search:before { content: '\e800'; } /* '' */
|
|
.icon-dollar:before { content: '\e801'; } /* '' */
|
|
.icon-info-circled:before { content: '\e802'; } /* '' */
|
|
.icon-cog:before { content: '\e803'; } /* '' */
|
|
.icon-twitter:before { content: '\f099'; } /* '' */
|