Skip to content

Commit

Permalink
#155 | Sort googleFonts weights
Browse files Browse the repository at this point in the history
  • Loading branch information
himeshr committed Dec 3, 2024
1 parent 6661e15 commit b6caf4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ module.exports = {
{
family: `Muli`,
weights: [
'200',
'400',
'900',
'900i',
'400',
'200',
]
},
],
Expand Down

0 comments on commit b6caf4e

Please sign in to comment.