naive-ui/styles/fonts/Lato.scss

11 lines
231 B
SCSS
Raw Normal View History

2019-06-18 14:53:24 +08:00
@font-face {
font-family: 'Lato';
font-weight: 400;
src: url('./resources/fonts/LatoLatin-Regular.woff2');
}
@font-face {
font-family: 'Lato';
font-weight: 700;
2019-10-10 22:38:29 +08:00
src: url('./resources/fonts/LatoLatin-Semibold.woff2');
2019-06-18 14:53:24 +08:00
}