Jupyter文件中Markdown单元格的字体全局设置

发布于 2023-12-05  1048 次阅读


%%HTML
<style>
    body {
        --vscode-font-family: "Times New Roman","STKaiti"
    }
</style>
Everything not saved will be lost.
最后更新于 2024-01-23