naive-ui/styles/fonts/OpenSans.scss

11 lines
235 B
SCSS
Raw Normal View History

@font-face {
font-family: 'Open Sans';
font-weight: 400;
2019-05-29 17:49:01 +08:00
src: url('./resources/fonts/OpenSans-Regular.ttf');
}
@font-face {
font-family: 'Open Sans';
2019-12-23 16:48:49 +08:00
font-weight: 500;
src: url('./resources/fonts/OpenSans-SemiBold.ttf');
}