VS Code 字体美化教程
CSS
.monaco-workbench.windows {
font-family:
Inter,
HarmonyOS Sans SC,
Segoe WPC,
Segoe UI,
sans-serif;
}
.monaco-workbench.windows:lang(zh-Hans) {
font-family:
Inter,
HarmonyOS Sans SC,
Segoe WPC,
Segoe UI,
sans-serif;
}
.shadow-root-host {
font-family:
Inter,
HarmonyOS Sans SC;
}