Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
FIX font weight on Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainaerni committed Apr 1, 2022
1 parent 2211a01 commit b6c8768
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ module.exports = {
white: '#ffffff',
black: '#000000',
},
fontWeight: {
normal: 400,
bold: 400,
},
fontSize: {
xs: '0.75rem',
sm: '0.875rem',
Expand Down

0 comments on commit b6c8768

Please sign in to comment.