* feat: download documents on the document list page * feat: add tooltip to Form.Item * feat: set font family to inter * feat: add loading to ChatContainer
5 lines
59 B
Text
5 lines
59 B
Text
@import url(./inter.less);
|
|
|
|
body {
|
|
font-family: Inter;
|
|
}
|