style: add font

This commit is contained in:
skytek_xinliang
2026-06-22 14:59:11 +08:00
parent 083d5d978b
commit f52f1a40f7
8 changed files with 167 additions and 13 deletions
+42
View File
@@ -0,0 +1,42 @@
@font-face {
font-family: "LINE Seed TW";
font-style: normal;
font-weight: 100;
font-display: swap;
src: url("@/assets/line_seed_tw/LINESeedTW_OTF_Th.woff2") format("woff2");
}
@font-face {
font-family: "LINE Seed TW";
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("@/assets/line_seed_tw/LINESeedTW_OTF_Rg.woff2") format("woff2");
}
@font-face {
font-family: "LINE Seed TW";
font-style: normal;
font-weight: 700;
font-display: swap;
src: url("@/assets/line_seed_tw/LINESeedTW_OTF_Bd.woff2") format("woff2");
}
@font-face {
font-family: "LINE Seed TW";
font-style: normal;
font-weight: 800;
font-display: swap;
src: url("@/assets/line_seed_tw/LINESeedTW_OTF_Eb.woff2") format("woff2");
}
:root {
font-family: "LINE Seed TW", sans-serif;
}
html,
body,
#app,
.v-application {
font-family: "LINE Seed TW", sans-serif;
}