Skip to content

Commit

Permalink
add missing font definition in tw confiog
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Sep 19, 2024
1 parent dc53e54 commit cbe3a41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ module.exports = {
},
fontFamily: {
roboto: ['var(--font-roboto)', 'sans-serif'],
stanford: ['var(--font-stanford)', 'sans-serif'],
},
},
},
Expand Down

0 comments on commit cbe3a41

Please sign in to comment.