更多操作
无编辑摘要 |
无编辑摘要 |
||
第28行: | 第28行: | ||
::selection { | ::selection { | ||
background: rgba( | background: rgba(0, 0, 0, 0.25); | ||
} | } |
2024年5月29日 (三) 12:05的版本
@font-face {
font-family: "MiSans Latin";
src: url("https://wiki.knebulae.com/fonts/MiSans 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: "MiSans Latin", "HarmonyOS Sans SC", sans-serif;
}
.mw-highlight pre {
font-family: "JetBrains Mono", "HarmonyOS Sans SC" , monospace;
}
::selection {
background: rgba(0, 0, 0, 0.25);
}