12 lines
214 B
CSS
12 lines
214 B
CSS
@font-face {
|
|
font-family: "v-sans";
|
|
font-weight: 400;
|
|
src: url("./assets/RobotoSlab-Regular.ttf");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "v-sans";
|
|
font-weight: 500;
|
|
src: url("./assets/RobotoSlab-Medium.ttf");
|
|
}
|