/* 导入 MiSans 字库 - tff 格式 */
@font-face {
    font-family: "MiSans";
    src: url('../font/MiSans VF.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* 在 CSS 中设置字体堆叠，包括所有不同的 font-family 名称 */
body {
    font-family: "MiSans", sans-serif;
}


.markdown-section > :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(#dps) code {
    font-size: .8rem;
    font-family: "MiSans", sans-serif;
}
