10 changed files with 30 additions and 18 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,21 +1,34 @@ |
|||
@font-face { |
|||
font-family: 'font_light'; |
|||
src: url('@/assets/font/HarmonyOS_Sans_SC_Light.ttf'); |
|||
} |
|||
|
|||
@font-face { |
|||
font-family: 'font_regular'; |
|||
font-family: 'HarmonyOS Sans SC'; |
|||
src: url('@/assets/font/HarmonyOS_Sans_SC_Regular.ttf'); |
|||
font-weight: 400; |
|||
} |
|||
|
|||
@font-face { |
|||
font-family: 'font_medium'; |
|||
font-family: 'HarmonyOS Sans SC'; |
|||
src: url('@/assets/font/HarmonyOS_Sans_SC_Medium.ttf'); |
|||
font-weight: 500; |
|||
} |
|||
|
|||
@font-face { |
|||
font-family: 'font_bold'; |
|||
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; |
|||
} |
|||
|
|||
Loading…
Reference in new issue