style: index page

This commit is contained in:
skytek_xinliang
2026-06-22 17:26:48 +08:00
parent f52f1a40f7
commit 11f309c54c
20 changed files with 870 additions and 1090 deletions
+6 -6
View File
@@ -1,5 +1,5 @@
@font-face {
font-family: "LINE Seed TW";
font-family: "line-seed";
font-style: normal;
font-weight: 100;
font-display: swap;
@@ -7,7 +7,7 @@
}
@font-face {
font-family: "LINE Seed TW";
font-family: "line-seed";
font-style: normal;
font-weight: 400;
font-display: swap;
@@ -15,7 +15,7 @@
}
@font-face {
font-family: "LINE Seed TW";
font-family: "line-seed";
font-style: normal;
font-weight: 700;
font-display: swap;
@@ -23,7 +23,7 @@
}
@font-face {
font-family: "LINE Seed TW";
font-family: "line-seed";
font-style: normal;
font-weight: 800;
font-display: swap;
@@ -31,12 +31,12 @@
}
:root {
font-family: "LINE Seed TW", sans-serif;
font-family: "line-seed", sans-serif;
}
html,
body,
#app,
.v-application {
font-family: "LINE Seed TW", sans-serif;
font-family: "line-seed", sans-serif;
}