feat: enhance typography with new font sources, update footer layout, and improve navigation structure

This commit is contained in:
yuanhau 2025-05-07 00:03:44 +08:00
parent 7c7601a38b
commit d773473eb0
13 changed files with 172 additions and 31 deletions

View file

@ -9,4 +9,16 @@
body {
@apply bg-black m-0 p-0 min-h-screen text-white;
}
html,body {
font-family: 'Noto Sans TC Variable', "Fira Sans", sans-serif;
}
}
/* noto-sans-tc-chinese-traditional-wght-normal */
@font-face {
font-family: 'Noto Sans TC Variable';
font-style: normal;
font-display: auto;
font-weight: 100 900;
src: url(@fontsource-variable/noto-sans-tc/files/noto-sans-tc-chinese-traditional-wght-normal.woff2) format('woff2-variations');
}