cyp/app/css/font.less
2020-03-13 10:52:03 +01:00

14 lines
298 B
Plaintext

@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: normal;
font-weight: bold;
}