/* 正文 */
body,
.markdown-body {
    font-family:
        "Times New Roman",
        "Noto Serif SC",
        "Source Han Serif SC",
        serif;
}

/* 标题 */
h1, h2, h3, h4, h5, h6,
.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
    font-family:
        "Times New Roman",
        "Noto Sans SC",
        "Source Han Sans SC",
        sans-serif;
    font-weight: 700;
}

/* 代码块 */
code,
pre,
.highlight code,
.highlight pre {
    font-family:
        "JetBrains Mono",
        "Consolas",
        "Courier New",
        monospace;
}

/* 导航栏 */
.navbar,
.navbar-nav {
    font-family:
        "Times New Roman",
        "Noto Sans SC",
        sans-serif;
}

/* 文章摘要 */
.index-content,
.post-content {
    font-family:
        "Times New Roman",
        "Noto Serif SC",
        serif;
}