<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: 'c8';
    src: url('fonts/c8.eot?gupsuc');
    src: url('fonts/c8.eot?gupsuc#iefix') format('embedded-opentype'), url('fonts/c8.ttf?gupsuc') format('truetype'), url('fonts/c8.woff?gupsuc') format('woff'), url('fonts/c8.svg?gupsuc#c8') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'c8', 'Microsoft Yahei', Heiti, arial, helvetica, sans-serif!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconfont {
    font-family: "c8";
    font-size: 16px;
    font-style: normal;
}


.icon-like1:before {
  content: "\e904";
}

.icon-like2:before {
  content: "\e903";
}

.icon-comment:before {
    content: "\e902";
}
.icon-search:before {
    content: "\e901";
}

.icon-fire:before {
    content: "\e900";
}</pre></body></html>