Skip to content

Commit

Permalink
FIX fontStyle normal
Browse files Browse the repository at this point in the history
  • Loading branch information
wabscale committed Sep 2, 2022
1 parent 5527785 commit 1fbbe18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/theme/Theme.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import FiraRegular from '../assets/fonts/FiraCode-Regular.ttf';

const fira = {
fontFamily: 'Fira Code',
fontStyle: 'regular',
fontStyle: 'normal',
fontDisplay: 'swap',
fontWeight: 400,
src: `
Expand Down

0 comments on commit 1fbbe18

Please sign in to comment.