/* 潮字社曾玉波楚风字体 */
@font-face {
    font-family: 'ChaoZiShe-ZengYuBo-ChuFeng';
    src: url('../fonts/ChaoZiShe-ZengYuBo-ChuFeng.ttf') format('truetype'),
         url('../fonts/ChaoZiShe-ZengYuBo-ChuFeng.woff2') format('woff2'),
         url('../fonts/ChaoZiShe-ZengYuBo-ChuFeng.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* 应用到网站标题 */
#siteName {
    font-family: 'ChaoZiShe-ZengYuBo-ChuFeng', 'Microsoft YaHei', sans-serif !important;
    font-weight: normal;
}

/* 也可以应用到用户名 */
#heroUsername h2 {
    font-family: 'ChaoZiShe-ZengYuBo-ChuFeng', 'Microsoft YaHei', sans-serif !important;
    font-weight: normal;
}

