更多操作
小 已保护“MediaWiki:Common.css”([编辑=仅允许管理员](无限期)[移动=仅允许管理员](无限期)) |
无编辑摘要 |
||
第7行: | 第7行: | ||
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'); | |||
} | } | ||
body { | body { | ||
font-family: "MiSans Latin", "HarmonyOS Sans SC", sans-serif; | font-family: "MiSans Latin", "HarmonyOS Sans SC", sans-serif; | ||
} | |||
.mw-highlight pre { | |||
font-family: "JetBrains Mono", monospace; | |||
} | } | ||
2024年5月28日 (二) 15:20的版本
@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');
}
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);
}