mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
11 lines
227 B
SCSS
11 lines
227 B
SCSS
@font-face {
|
|
font-family: 'Lato';
|
|
font-weight: 400;
|
|
src: url('./resources/fonts/LatoLatin-Regular.woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Lato';
|
|
font-weight: 700;
|
|
src: url('./resources/fonts/LatoLatin-Bold.woff2');
|
|
} |