6 changed files with 21 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,9 +1,28 @@ |
|||||
@font-face { |
@font-face { |
||||
font-family: 'HarmonyOS_Sans_SC'; |
font-family: 'HarmonyOS_Sans_SC'; |
||||
src: url('@/assets/font/HarmonyOS_Sans_SC_Regular.ttf'); |
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: bold; |
||||
} |
} |
||||
|
|
||||
@font-face { |
@font-face { |
||||
font-family: 'Montserrat'; |
font-family: 'Montserrat'; |
||||
src: url('@/assets/font/Montserrat-Regular.ttf'); |
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