/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(materialicons.woff2) format('woff2');
}
@font-face {
    font-family: 'SourceHanSansCN Bold';
    font-style: normal;
    font-weight: normal;
    src: url(SourceHanSansCNBold.otf) format('otf');
}
@font-face {
    font-family: 'SourceHanSansCN Regular';
    font-style: normal;
    font-weight: normal;
    src: url(SourceHanSansCN-Regular.ttf) format('ttf');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}