| src/assets/fonts/SourceHanSansCN-Bold.otf | patch | view | raw | blame | history | |
| src/assets/fonts/SourceHanSansCN-Medium.otf | patch | view | raw | blame | history | |
| src/assets/fonts/SourceHanSansCN-Regular.otf | patch | view | raw | blame | history | |
| src/assets/fonts/YouSheBiaoTiHei.TTF | patch | view | raw | blame | history | |
| src/styles/common.scss | ●●●●● patch | view | raw | blame | history | |
| src/styles/font.scss | ●●●●● patch | view | raw | blame | history |
src/assets/fonts/SourceHanSansCN-Bold.otfBinary files differ
src/assets/fonts/SourceHanSansCN-Medium.otfBinary files differ
src/assets/fonts/SourceHanSansCN-Regular.otfBinary files differ
src/assets/fonts/YouSheBiaoTiHei.TTFBinary files differ
src/styles/common.scss
@@ -22,6 +22,8 @@ @use "./login.scss"; //适配 @use './media.scss'; //适配 @use './font.scss'; //滚动条样式 @include scrollBar; src/styles/font.scss
New file @@ -0,0 +1,28 @@ @font-face { font-family: "Source Han Sans CN"; src: url("/src/assets/fonts/SourceHanSansCN-Regular.otf") format("opentype"); font-weight: 400; font-style: normal; } @font-face { font-family: "Source Han Sans CN"; src: url("/src/assets/fonts/SourceHanSansCN-Medium.otf") format("opentype"); font-weight: 500; font-style: normal; } @font-face { font-family: "Source Han Sans CN"; src: url("/src/assets/fonts/SourceHanSansCN-Bold.otf") format("opentype"); font-weight: 700; font-style: normal; } /* 额外的标题字体 */ @font-face { font-family: "YouSheBiaoTiHei"; src: url("/src/assets/fonts/YouSheBiaoTiHei.ttf") format("truetype"); font-weight: normal; font-style: normal; }