chore: font
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -21,6 +21,15 @@
|
||||
color: var(--vp-c-brand-lighter);
|
||||
}
|
||||
|
||||
/**
|
||||
* 这个版本可能有 bug,build 后字体变不了还为 consolas 可能是我自己配的有问题 可能是这个版本拉了 总之就加个临时的
|
||||
* -------------------------------------------------------------------------- */
|
||||
code {
|
||||
font-family: 'Noto Sans Mono', sans-serif, monospace, consolas !important;
|
||||
font-weight: 400 !important;
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
:root {
|
||||
--vp-c-brand: #0dadc4;
|
||||
--vp-c-brand-light: #1A9CED;
|
||||
|
||||
Reference in New Issue
Block a user