13 lines
298 B
Text
13 lines
298 B
Text
@font-face {
|
|
font-family: "Lato";
|
|
src: url("font/LatoLatin-Regular.woff2") format("woff2");
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Lato";
|
|
src: url("font/LatoLatin-Bold.woff2") format("woff2");
|
|
font-style: bold;
|
|
font-weight: normal;
|
|
}
|