11 lines
215 B
CSS
Raw Normal View History

2024-01-29 09:26:07 +08:00
@font-face {
font-family: "v-sans";
font-weight: 400;
src: url("./assets/IBMPlexSans-Regular.ttf");
}
@font-face {
font-family: "v-sans";
font-weight: 500;
src: url("./assets/IBMPlexSans-Medium.ttf");
}