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.
34 lines
751 B
34 lines
751 B
@font-face {
|
|
font-family: 'HarmonyOS Sans SC';
|
|
src: url('@/assets/font/HarmonyOS_Sans_SC_Regular.ttf');
|
|
font-weight: 400;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'HarmonyOS Sans SC';
|
|
src: url('@/assets/font/HarmonyOS_Sans_SC_Medium.ttf');
|
|
font-weight: 500;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'HarmonyOS Sans SC';
|
|
src: url('@/assets/font/HarmonyOS_Sans_SC_Bold.ttf');
|
|
font-weight: 700;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'HarmonyOS Sans SC';
|
|
src: url('@/assets/font/HarmonyOS_Sans_SC_Black.ttf');
|
|
font-weight: 900;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Montserrat';
|
|
src: url('@/assets/font/Montserrat-Regular.ttf');
|
|
font-weight: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'Montserrat';
|
|
src: url('@/assets/font/Montserrat-Bold.ttf');
|
|
font-weight: bold;
|
|
}
|
|
|