43 lines
868 B
CSS
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;
|
|
}
|