cyp/app/css/font.less

14 lines
298 B
Plaintext
Raw Normal View History

2019-03-26 19:35:47 +08:00
@font-face {
2019-10-01 21:20:38 +08:00
font-family: "Lato";
src: url("font/LatoLatin-Regular.woff2") format("woff2");
2019-03-26 19:35:47 +08:00
font-style: normal;
font-weight: normal;
}
@font-face {
2019-10-01 21:20:38 +08:00
font-family: "Lato";
src: url("font/LatoLatin-Bold.woff2") format("woff2");
2020-03-13 17:52:03 +08:00
font-style: normal;
font-weight: bold;
2019-03-26 19:35:47 +08:00
}