Skip to content

Commit 137ee21

Browse files
committed
chore: remove not found font issue
Signed-off-by: amitamrutiya <[email protected]>
1 parent cdc09f6 commit 137ee21

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/theme/components/cssbaseline.modifier.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ export const MuiCssBaseline: Components<Theme>['MuiCssBaseline'] = {
77
font-style: normal;
88
font-display: swap;
99
font-weight: 400;
10-
src:
10+
src:
1111
local('QanelasSoftRegular'),
12-
local('Quanelas Soft Regular'),
13-
url('/assets/fonts/QanelasSoftRegular.woff2') format('woff2');
12+
local('Quanelas Soft Regular')
1413
}
1514
`
1615
};

0 commit comments

Comments
 (0)