26 changed files with 79 additions and 125 deletions
@ -1,45 +1,45 @@ |
|||||
@font-face { |
@font-face { |
||||
font-family: 'PingFang Regular'; |
font-family: 'PingFang Regular'; |
||||
src: url('../assets/fonts/PingFang-regular.ttf') format('truetype'); |
src: url('~@/assets/fonts/PingFang-regular.ttf') format('truetype'); |
||||
font-weight: normal; |
font-weight: normal; |
||||
font-style: normal; |
font-style: normal; |
||||
} |
} |
||||
|
|
||||
@font-face { |
@font-face { |
||||
font-family: 'PingFang Simple Thin'; |
font-family: 'PingFang Simple Thin'; |
||||
src: url('../assets/fonts/pingfang-simple-thin.ttf') format('truetype'); |
src: url('~@/assets/fonts/pingfang-simple-thin.ttf') format('truetype'); |
||||
font-weight: normal; |
font-weight: normal; |
||||
font-style: normal; |
font-style: normal; |
||||
} |
} |
||||
|
|
||||
@font-face { |
@font-face { |
||||
font-family: 'PingFang Simple Bold'; |
font-family: 'PingFang Simple Bold'; |
||||
src: url('../assets/fonts/pingfang-simple-bold.ttf') format('truetype'); |
src: url('~@/assets/fonts/pingfang-simple-bold.ttf') format('truetype'); |
||||
font-weight: normal; |
font-weight: normal; |
||||
font-style: normal; |
font-style: normal; |
||||
} |
} |
||||
|
|
||||
@font-face { |
@font-face { |
||||
font-family: 'FZZhengHeiS-B-GB'; |
font-family: 'FZZhengHeiS-B-GB'; |
||||
src: url('../assets/fonts/fzzhengheis-el-gb.ttf') format('truetype'); |
src: url('~@/assets/fonts/fzzhengheis-el-gb.ttf') format('truetype'); |
||||
font-weight: bolder; |
font-weight: bolder; |
||||
font-style: normal; |
font-style: normal; |
||||
} |
} |
||||
@font-face { |
@font-face { |
||||
font-family: 'zaozigongfang'; |
font-family: 'zaozigongfang'; |
||||
src: url('../assets/fonts/zaozigongfang-regular.otf') format('truetype'); |
src: url('~@/assets/fonts/zaozigongfang-regular.otf') format('truetype'); |
||||
font-weight: bolder; |
font-weight: bolder; |
||||
font-style: normal; |
font-style: normal; |
||||
} |
} |
||||
@font-face { |
@font-face { |
||||
font-family: 'pangmenzhengdao'; |
font-family: 'pangmenzhengdao'; |
||||
src: url('../assets/fonts/pangmenzhengdao.ttf') format('truetype'); |
src: url('~@/assets/fonts/pangmenzhengdao.ttf') format('truetype'); |
||||
font-weight: bolder; |
font-weight: bolder; |
||||
font-style: normal; |
font-style: normal; |
||||
} |
} |
||||
@font-face { |
@font-face { |
||||
font-family: 'lihei'; |
font-family: 'lihei'; |
||||
src: url('../assets/fonts/zhaozigongfang-lihei.otf') format('truetype'); |
src: url('~@/assets/fonts/zhaozigongfang-lihei.otf') format('truetype'); |
||||
font-weight: bolder; |
font-weight: bolder; |
||||
font-style: normal; |
font-style: normal; |
||||
} |
} |
Loading…
Reference in new issue