<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: iconfont;
    src: url(../fonts/iconfont.woff) format('woff'), url(../fonts/iconfont.ttf) format('truetype')
}

.iconfont {
    color: #666;
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.iconfont:hover {
    color: #7472c7
}

.icon-add_A:before {
    content: "\e696"
}</pre></body></html>