fix(frontend): support HTTP UUID fallback and bundle Inter fonts

This commit is contained in:
Winnie
2026-08-03 13:30:03 +08:00
parent 76a572af0d
commit fd5ea4d33e
6 changed files with 142 additions and 15 deletions
+16
View File
@@ -1,3 +1,19 @@
@font-face {
font-family: "Inter";
src: url("/fonts/Inter-Variable.ttf") format("truetype");
font-style: normal;
font-weight: 100 900;
font-display: swap;
}
@font-face {
font-family: "Inter";
src: url("/fonts/Inter-Variable-Italic.ttf") format("truetype");
font-style: italic;
font-weight: 100 900;
font-display: swap;
}
:root {
font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
color: #1f354b;