mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
11 lines
235 B
SCSS
11 lines
235 B
SCSS
@font-face {
|
|
font-family: 'FiraSans';
|
|
font-weight: 400;
|
|
src: url('./resources/fonts/FiraSans-Regular.woff2');
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'FiraSans';
|
|
font-weight: 600;
|
|
src: url('./resources/fonts/FiraSans-Medium.woff2');
|
|
} |