更多操作
无编辑摘要 |
无编辑摘要 |
||
第15行: | 第15行: | ||
:root { | :root { | ||
--font-family-citizen-base: " | --font-family-citizen-base: "HarmonyOS Sans SC"; | ||
--font-family-citizen-monospace: "JetBrains Mono"; | --font-family-citizen-monospace: "JetBrains Mono"; | ||
} | } |
2024年5月28日 (二) 15:40的版本
@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";
}
body {
font-family: "MiSans Latin", "HarmonyOS Sans SC", sans-serif;
}
.mw-highlight pre {
font-family: "JetBrains Mono", monospace;
}
::selection {
background: rgba(142, 230, 230, 0.5);
color: rgb(50, 189, 205);
}