File tree 5 files changed +10
-3
lines changed
5 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " app" ,
3
3
"private" : true ,
4
- "version" : " 1.8.3 " ,
4
+ "version" : " 1.8.4 " ,
5
5
"type" : " module" ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
Original file line number Diff line number Diff line change @@ -180,6 +180,9 @@ export default function App() {
180
180
theme = { {
181
181
algorithm :
182
182
mode === "dark" ? theme . darkAlgorithm : theme . defaultAlgorithm ,
183
+ token : {
184
+ fontFamily : "Inter" ,
185
+ } ,
183
186
} }
184
187
>
185
188
< StyleProvider hashPriority = "high" >
Original file line number Diff line number Diff line change 1
- @import url ("https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap" );
1
+
2
+ @font-face {
3
+ font-family : "Inter" ;
4
+ src : url ("./assets/Inter-Regular.ttf" ) format ("truetype" );
5
+ }
2
6
3
7
* {
4
8
font-family : "Inter" , sans-serif !important ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dialoqbase" ,
3
- "version" : " 1.8.3 " ,
3
+ "version" : " 1.8.4 " ,
4
4
"description" : " Create chatbots with ease" ,
5
5
"scripts" : {
6
6
"ui:dev" : " pnpm run --filter ui dev" ,
You can’t perform that action at this time.
0 commit comments