11 lines
205 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/Roboto-Regular.ttf");
}
@font-face {
font-family: "v-sans";
font-weight: 500;
src: url("./assets/Roboto-Medium.ttf");
}