%%HTML
<style>
    body {
        --vscode-font-family: "Times New Roman","STKaiti"
    }
</style>
Jupyter文件中Markdown单元格的字体全局设置
发布于 2023-12-05 1689 次阅读
发布于 2023-12-05 1689 次阅读
%%HTML
<style>
    body {
        --vscode-font-family: "Times New Roman","STKaiti"
    }
</style>
Comments NOTHING