字体改得和CSGO一致

This commit is contained in:
JohnathanLin
2023-12-11 23:48:31 +08:00
parent e6182faa1d
commit b6ee24fb65
3 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,4 @@
<!-- 暂时不用宋体了
<style>
:root {
--sys-font-family: "Noto Serif SC";
@ -20,4 +21,5 @@
document.head.appendChild(customFont);
})();
</script>
-->