40 lines
832 B
CSS
40 lines
832 B
CSS
@font-face {
|
|
font-family: "FandolSong";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: block;
|
|
src: url("./FandolSong-Regular.woff2") format("woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "FandolSong";
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-display: block;
|
|
src: url("./FandolSong-Bold.woff2") format("woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "FandolFang";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: block;
|
|
src: url("./FandolFang-Regular.woff2") format("woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "FandolHei";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: block;
|
|
src: url("./FandolHei-Regular.woff2") format("woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "FandolKai";
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-display: block;
|
|
src: url("./FandolKai-Regular.woff2") format("woff2");
|
|
}
|