ragflow / web /src /global.less
balibabu
feat: add loading to ChatContainer and set font family to inter and add tooltip to Form.Item and download documents on the document list page (#136)
84f80c5
raw
history blame
59 Bytes
@import url(./inter.less);
body {
font-family: Inter;
}