更多操作
无编辑摘要 |
无编辑摘要 |
||
第1行: | 第1行: | ||
@font-face { | @font-face { | ||
font-family: " | font-family: "RobotoFlex Latin"; | ||
src: url("https://wiki.knebulae.com/fonts/ | src: url("https://wiki.knebulae.com/fonts/RobotoFlex Latin.woff2") format('woff2'); | ||
} | } | ||
第20行: | 第20行: | ||
body { | body { | ||
font-family: " | font-family: "RobotoFlex Latin", "HarmonyOS Sans SC", sans-serif; | ||
} | } | ||
2024年5月29日 (三) 15:46的版本
@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 {
background: rgba(20, 20, 20, 0.15);
}