feat: 规范字体
feat: 规范字体
This commit is contained in:
commit
5950fa3e91
@ -22,7 +22,6 @@
|
|||||||
border-bottom-right-radius: 5px;
|
border-bottom-right-radius: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-family: 微软雅黑, 黑体;
|
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
box-shadow: rgb(153, 153, 153) 0px 0px 5px;
|
box-shadow: rgb(153, 153, 153) 0px 0px 5px;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
@ -60,7 +59,6 @@
|
|||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
-webkit-text-fill-color: transparent;
|
-webkit-text-fill-color: transparent;
|
||||||
font-family: Arial Black;
|
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
color: #1f2329;
|
color: #1f2329;
|
||||||
|
|||||||
@ -1,3 +1,12 @@
|
|||||||
|
@font-face {
|
||||||
|
font-family: AlibabaPuHuiTi;
|
||||||
|
src:
|
||||||
|
url('./font/AlibabaPuHuiTi-3-55-Regular.woff') format('woff'),
|
||||||
|
url('./font/AlibabaPuHuiTi-3-55-Regular.ttf') format('truetype'),
|
||||||
|
url('./font/AlibabaPuHuiTi-3-55-Regular.eot') format('eot'),
|
||||||
|
url('./font/AlibabaPuHuiTi-3-55-Regular.otf') format('opentype'),
|
||||||
|
url('./font/AlibabaPuHuiTi-3-55-Regular.woff2') format('woff2');
|
||||||
|
}
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@ -11,8 +20,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei',
|
font-family: 'PingFang SC', AlibabaPuHuiTi !important;
|
||||||
'微软雅黑', Arial, sans-serif;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@ -359,16 +367,6 @@ h5 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-logo-font {
|
|
||||||
background: var(--app-logo-color);
|
|
||||||
background-clip: text;
|
|
||||||
-webkit-background-clip: text;
|
|
||||||
-webkit-text-fill-color: transparent;
|
|
||||||
font-family: Arial Black;
|
|
||||||
font-style: normal;
|
|
||||||
font-weight: 900;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* tag */
|
/* tag */
|
||||||
.default-tag {
|
.default-tag {
|
||||||
background: var(--tag-default-bg);
|
background: var(--tag-default-bg);
|
||||||
|
|||||||
BIN
ui/src/styles/font/AlibabaPuHuiTi-3-55-Regular.eot
Normal file
BIN
ui/src/styles/font/AlibabaPuHuiTi-3-55-Regular.eot
Normal file
Binary file not shown.
BIN
ui/src/styles/font/AlibabaPuHuiTi-3-55-Regular.otf
Normal file
BIN
ui/src/styles/font/AlibabaPuHuiTi-3-55-Regular.otf
Normal file
Binary file not shown.
BIN
ui/src/styles/font/AlibabaPuHuiTi-3-55-Regular.ttf
Normal file
BIN
ui/src/styles/font/AlibabaPuHuiTi-3-55-Regular.ttf
Normal file
Binary file not shown.
BIN
ui/src/styles/font/AlibabaPuHuiTi-3-55-Regular.woff
Normal file
BIN
ui/src/styles/font/AlibabaPuHuiTi-3-55-Regular.woff
Normal file
Binary file not shown.
BIN
ui/src/styles/font/AlibabaPuHuiTi-3-55-Regular.woff2
Normal file
BIN
ui/src/styles/font/AlibabaPuHuiTi-3-55-Regular.woff2
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user