11 lines
205 B
CSS
11 lines
205 B
CSS
|
@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");
|
||
|
}
|