style: add font
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user