added new font

This commit is contained in:
2025-10-24 20:26:24 +08:00
parent bccf1027dc
commit 202b27f7be
5 changed files with 57 additions and 0 deletions

View File

@@ -106,6 +106,16 @@
font-display: swap;
}
/* NotoSerif Font Family */
@font-face {
font-family: 'NotoSerif';
src: url('/fonts/NotoSerif-Italic-VariableFont_wdth,wght.ttf') format('truetype');
font-weight: 100 900;
font-style: italic;
font-stretch: 62.5% 100%;
font-display: swap;
}
:root {
font-family: 'NotoSansCJKtc', 'MElleHK', system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;