Skip to content

Commit eb6c517

Browse files
committed
HarmonyOS_Sans
1 parent 05f1d71 commit eb6c517

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

40.2 KB
Binary file not shown.

chat2db-client/src/styles/global.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22
@import '../theme/custom/light.less';
33
@import './antd.less';
44

5+
@font-face {
6+
font-family: 'HarmonyOS_Sans';
7+
src: url('../assets/font/HarmonyOS_Sans_Regular.woff2') format('woff2');
8+
}
9+
510
html,
611
body {
712
height: 100%;
813
color: var(--color-text);
914
font-size: var(--font-size);
1015
background-color: var(--color-bg-base);
16+
font-family: 'HarmonyOS_Sans';
1117
}
1218

1319
// 修改账号密码自动回填后input背景变色问题

0 commit comments

Comments
 (0)