chore: font

This commit is contained in:
camera-2018
2023-08-12 21:02:59 +08:00
parent 3bf7508cea
commit b68404c107
4 changed files with 9 additions and 0 deletions

View File

@@ -21,6 +21,15 @@
color: var(--vp-c-brand-lighter); color: var(--vp-c-brand-lighter);
} }
/**
* 这个版本可能有 bugbuild 后字体变不了还为 consolas 可能是我自己配的有问题 可能是这个版本拉了 总之就加个临时的
* -------------------------------------------------------------------------- */
code {
font-family: 'Noto Sans Mono', sans-serif, monospace, consolas !important;
font-weight: 400 !important;
font-size: 14px !important;
}
:root { :root {
--vp-c-brand: #0dadc4; --vp-c-brand: #0dadc4;
--vp-c-brand-light: #1A9CED; --vp-c-brand-light: #1A9CED;