<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "fontello";
    src: url("fontello.eot");
    src: url("fontello.eot#iefix") format("embedded-opentype"),
    url("fontello.woff2") format("woff2"),
    url("fontello.woff") format("woff"),
    url("fontello.ttf") format("truetype"),
    url("fontello.svg#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="fontello-"]:before, [class*=" fontello-"]: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;

    /* 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;

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fontello-home:before { content: '\e800'; }
.fontello-trash:before { content: '\e801'; }
.fontello-basket:before { content: '\e802'; }
.fontello-search:before { content: '\e803'; }
</pre></body></html>