mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:02:46 +00:00
feat: 规范字体
This commit is contained in:
parent
bf7390f7df
commit
b902bf153e
|
|
@ -22,7 +22,6 @@
|
|||
border-bottom-right-radius: 5px;
|
||||
border-bottom-left-radius: 5px;
|
||||
font-size: 14px;
|
||||
font-family: 微软雅黑, 黑体;
|
||||
line-height: 1.5;
|
||||
box-shadow: rgb(153, 153, 153) 0px 0px 5px;
|
||||
border-collapse: collapse;
|
||||
|
|
@ -60,7 +59,6 @@
|
|||
-webkit-background-clip: text;
|
||||
font-size: 24px;
|
||||
-webkit-text-fill-color: transparent;
|
||||
font-family: Arial Black;
|
||||
font-style: normal;
|
||||
font-weight: 900;
|
||||
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;
|
||||
padding: 0;
|
||||
|
|
@ -11,8 +20,7 @@ html {
|
|||
body {
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei',
|
||||
'微软雅黑', Arial, sans-serif;
|
||||
font-family: 'PingFang SC', AlibabaPuHuiTi !important;
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
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 */
|
||||
.default-tag {
|
||||
background: var(--tag-default-bg);
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue