mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-07 20:10:14 +08:00
* 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
6 lines
59 B
Plaintext
6 lines
59 B
Plaintext
@import url(./inter.less);
|
|
|
|
body {
|
|
font-family: Inter;
|
|
}
|