4 lines
95 B
CSS
4 lines
95 B
CSS
|
@font-face {
|
||
|
font-family: Lato;
|
||
|
src: url("/api/fonts/lato/lato-regular.ttf");
|
||
|
}
|