Files
sports-empower-hub/app/citizen-frontend/src/styles/fonts.css
T
skytek_xinliang 11f309c54c style: index page
2026-06-22 17:26:48 +08:00

43 lines
868 B
CSS

@font-face {
font-family: "line-seed";
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";
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";
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";
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", sans-serif;
}
html,
body,
#app,
.v-application {
font-family: "line-seed", sans-serif;
}