正确设置字体
Some checks are pending
Build and Publish / Run (push) Waiting to run

This commit is contained in:
Hmtsai 2024-12-24 20:54:06 +08:00
parent 59daa2317f
commit f89c67e52a
2 changed files with 3 additions and 9 deletions

View File

@ -71,10 +71,4 @@ const sub_projects = [
</div>
</mdui-layout-main>
</mdui-layout>
</template>
<style scoped>
*{
font-family: "Source Han Serif CN VF";
}
</style>
</template>

View File

@ -1,7 +1,7 @@
@import url("https://chinese-fonts-cdn.deno.dev/packages/syst/dist/SourceHanSerifCN/result.css");
* {
*{
font-family: "Source Han Serif CN VF";
}
body {