| index.html | ●●●●● patch | view | raw | blame | history | |
| public/fonts/SourceHanSansCN-Bold.otf | patch | view | raw | blame | history | |
| public/fonts/SourceHanSansCN-Medium.otf | patch | view | raw | blame | history | |
| public/fonts/SourceHanSansCN-Regular.otf | patch | view | raw | blame | history | |
| public/fonts/YouSheBiaoTiHei.TTF | patch | view | raw | blame | history | |
| public/fonts/font.css | ●●●●● patch | view | raw | blame | history | |
| src/styles/common.scss | ●●●●● patch | view | raw | blame | history | |
| src/styles/font.css | ●●●●● patch | view | raw | blame | history |
index.html
@@ -12,6 +12,7 @@ <meta name='apple-mobile-web-app-status-bar-style' content='black'> <meta name='format-detection' content='telephone=no'> <link rel='icon' href='/favicon.png' /> <link rel='stylesheet' href='/fonts/font.css'> <link rel='stylesheet' href='/iconfont/index.css'> <link rel='stylesheet' href='/iconfont/avue/iconfont.css'> <link rel='stylesheet' href='/iconfont/saber/iconfont.css'> public/fonts/SourceHanSansCN-Bold.otfBinary files differ
public/fonts/SourceHanSansCN-Medium.otfBinary files differ
public/fonts/SourceHanSansCN-Regular.otfBinary files differ
public/fonts/YouSheBiaoTiHei.TTFBinary files differ
public/fonts/font.css
New file @@ -0,0 +1,28 @@ @font-face { font-family: "Source Han Sans CN"; src: url("SourceHanSansCN-Regular.otf") format("opentype"); font-weight: 400; font-style: normal; } @font-face { font-family: "Source Han Sans CN"; src: url("SourceHanSansCN-Medium.otf") format("opentype"); font-weight: 500; font-style: normal; } @font-face { font-family: "Source Han Sans CN"; src: url("SourceHanSansCN-Bold.otf") format("opentype") ; font-weight: 700; font-style: normal; } /* 额外的标题字体 */ @font-face { font-family: "YouSheBiaoTiHei"; src: url("YouSheBiaoTiHei.TTF") format("truetype"); font-weight: normal; font-style: normal; } src/styles/common.scss
@@ -1,5 +1,3 @@ //字体 @use 'font.css'; //样式重置 @use './reset.scss'; // 全局变量 src/styles/font.css
File was deleted