fix: code font

This commit is contained in:
camera-2018
2023-07-18 01:25:12 +08:00
parent 1a70ee0765
commit 5d9b9c2f4b
2 changed files with 8 additions and 1 deletions

View File

@@ -26,6 +26,13 @@
--vp-font-family-mono: 'Noto Sans Mono', sans-serif, monospace, consolas;
}
// 这个版本可能有 bugbuild 后字体变不了还为 consolas 可能是我自己配的有问题 可能是这个版本拉了 总之就加个临时的
code {
font-family: 'Noto Sans Mono', sans-serif, monospace, consolas !important;
font-weight: 400 !important;
font-size: 14px !important;
}
/**
* Component: Button
* -------------------------------------------------------------------------- */