更多操作
无编辑摘要 |
无编辑摘要 |
||
第1行: | 第1行: | ||
@font-face { | @font-face { | ||
font-family: " | font-family: "MiSans Latin"; | ||
src: url("https://wiki.knebulae.com/fonts/ | src: url("https://wiki.knebulae.com/fonts/MiSans Latin.woff2") format('woff2'); | ||
} | } | ||
@font-face { | @font-face { | ||
font-family: " | font-family: "HarmonyOS Sans SC"; | ||
src: url("https://wiki.knebulae.com/fonts/ | src: url("https://wiki.knebulae.com/fonts/HarmonyOS Sans SC.woff2") format('woff2'); | ||
} | } | ||
2024年5月28日 (二) 13:51的版本
@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');
}
body {
font-family: "MiSans Latin", "HarmonyOS Sans SC", sans-serif;
}
::selection {
background: #81ecec;
color: #0984e3;
}