Skip to content

Commit 1fbbe18

Browse files
committed
FIX fontStyle normal
1 parent 5527785 commit 1fbbe18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/theme/Theme.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import FiraRegular from '../assets/fonts/FiraCode-Regular.ttf';
44

55
const fira = {
66
fontFamily: 'Fira Code',
7-
fontStyle: 'regular',
7+
fontStyle: 'normal',
88
fontDisplay: 'swap',
99
fontWeight: 400,
1010
src: `

0 commit comments

Comments
 (0)