chore: avoid js commit in css

This commit is contained in:
camera-2018
2023-07-19 02:41:11 +08:00
parent 49319d764b
commit 5a2d384ffd

View File

@@ -25,8 +25,9 @@
--vp-font-family-base: 'Noto Sans SC', 'Noto Color Emoji', sans-serif;
--vp-font-family-mono: 'Noto Sans Mono', sans-serif, monospace, consolas;
}
// 这个版本可能有 bugbuild 后字体变不了还为 consolas 可能是我自己配的有问题 可能是这个版本拉了 总之就加个临时的
/**
* 这个版本可能有 bugbuild 后字体变不了还为 consolas 可能是我自己配的有问题 可能是这个版本拉了 总之就加个临时的
* -------------------------------------------------------------------------- */
code {
font-family: 'Noto Sans Mono', sans-serif, monospace, consolas !important;
font-weight: 400 !important;