8 lines
155 B
CSS
8 lines
155 B
CSS
@font-face {
|
|
font-family: "HelloFont WenYiHei";
|
|
/* font-style: normal;
|
|
font-weight: 400; */
|
|
src: url("./ziyou.ttf");
|
|
/* font-display: swap; */
|
|
}
|