You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
413 B

@font-face {
font-family: 'font_light';
src: url('@/assets/font/HarmonyOS_Sans_SC_Light.ttf');
}
@font-face {
font-family: 'font_regular';
src: url('@/assets/font/HarmonyOS_Sans_SC_Regular.ttf');
}
@font-face {
font-family: 'font_medium';
src: url('@/assets/font/HarmonyOS_Sans_SC_Medium.ttf');
}
@font-face {
font-family: 'font_bold';
src: url('@/assets/font/HarmonyOS_Sans_SC_Bold.ttf');
}