We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f1d71 commit eb6c517Copy full SHA for eb6c517
2 files changed
chat2db-client/src/assets/font/HarmonyOS_Sans_Regular.woff2
40.2 KB
chat2db-client/src/styles/global.less
@@ -2,12 +2,18 @@
2
@import '../theme/custom/light.less';
3
@import './antd.less';
4
5
+@font-face {
6
+ font-family: 'HarmonyOS_Sans';
7
+ src: url('../assets/font/HarmonyOS_Sans_Regular.woff2') format('woff2');
8
+}
9
+
10
html,
11
body {
12
height: 100%;
13
color: var(--color-text);
14
font-size: var(--font-size);
15
background-color: var(--color-bg-base);
16
17
}
18
19
// 修改账号密码自动回填后input背景变色问题
0 commit comments