This commit is contained in:
18631081161 2026-04-11 20:23:47 +08:00
parent 2635edda7b
commit 4b41196531
2 changed files with 9 additions and 1 deletions

View File

@ -13,9 +13,17 @@
</script>
<style>
/* 引入自定义字体 */
@font-face {
font-family: 'DreamHanSerif';
src: url('/static/fonts/DreamHanSerifCN-W13.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
/* 全局基础样式 */
page {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
font-family: 'DreamHanSerif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
font-size: 14px;
color: #333333;
background-color: #f8f8f8;

Binary file not shown.