11 lines
217 B
CSS
11 lines
217 B
CSS
@font-face {
|
|
font-family: "v-sans";
|
|
font-weight: 400;
|
|
src: url("./assets/LatoLatin-Regular.woff2");
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "v-sans";
|
|
font-weight: 600;
|
|
src: url("./assets/LatoLatin-Semibold.woff2");
|
|
} |