naive-ui/styles/fonts/Lato.scss
2019-12-23 16:48:49 +08:00

11 lines
229 B
SCSS

@font-face {
font-family: 'Lato';
font-weight: 400;
src: url('./resources/fonts/LatoLatin-Regular.woff2');
}
@font-face {
font-family: 'Lato';
font-weight: 500;
src: url('./resources/fonts/LatoLatin-Medium.woff2');
}