更多操作
无编辑摘要 |
无编辑摘要 |
||
(未显示同一用户的24个中间版本) | |||
第1行: | 第1行: | ||
@font-face { | |||
font-family: "RobotoFlex Latin"; | |||
src: url("https://wiki.knebulae.com/fonts/RobotoFlex Latin.woff2") format('woff2'); | |||
} | |||
@font-face { | @font-face { | ||
font-family: "HarmonyOS Sans SC"; | font-family: "HarmonyOS Sans SC"; | ||
src: url("https://wiki.knebulae.com/fonts/HarmonyOS Sans SC.woff2") format('woff2'); | src: url("https://wiki.knebulae.com/fonts/HarmonyOS Sans SC.woff2") format('woff2'); | ||
} | |||
@font-face { | |||
font-family: "JetBrains Mono"; | |||
src: url("https://wiki.knebulae.com/fonts/JetBrains Mono.woff2") format('woff2'); | |||
} | |||
:root { | |||
--font-family-citizen-base: "HarmonyOS Sans SC"; | |||
--font-family-citizen-monospace: "JetBrains Mono", "HarmonyOS Sans SC", monospace; | |||
} | } | ||
body { | body { | ||
font-family: "HarmonyOS Sans SC", sans-serif; | font-family: "RobotoFlex Latin", "HarmonyOS Sans SC", sans-serif; | ||
} | |||
.mw-highlight pre { | |||
font-family: "JetBrains Mono", "HarmonyOS Sans SC" , monospace; | |||
} | } | ||
::selection { | ::selection { | ||
background: | color: inherit; | ||
background: rgba(20, 20, 20, 0.15); | |||
} | |||
* { | |||
scrollbar-color: var(--color-surface-4) transparent; | |||
scrollbar-width: thin; | |||
} | } |
2025年1月9日 (四) 15:16的最新版本
@font-face {
font-family: "RobotoFlex Latin";
src: url("https://wiki.knebulae.com/fonts/RobotoFlex Latin.woff2") format('woff2');
}
@font-face {
font-family: "HarmonyOS Sans SC";
src: url("https://wiki.knebulae.com/fonts/HarmonyOS Sans SC.woff2") format('woff2');
}
@font-face {
font-family: "JetBrains Mono";
src: url("https://wiki.knebulae.com/fonts/JetBrains Mono.woff2") format('woff2');
}
:root {
--font-family-citizen-base: "HarmonyOS Sans SC";
--font-family-citizen-monospace: "JetBrains Mono", "HarmonyOS Sans SC", monospace;
}
body {
font-family: "RobotoFlex Latin", "HarmonyOS Sans SC", sans-serif;
}
.mw-highlight pre {
font-family: "JetBrains Mono", "HarmonyOS Sans SC" , monospace;
}
::selection {
color: inherit;
background: rgba(20, 20, 20, 0.15);
}
* {
scrollbar-color: var(--color-surface-4) transparent;
scrollbar-width: thin;
}