Skip to content

Commit

Permalink
added monospace fonts for stories
Browse files Browse the repository at this point in the history
  • Loading branch information
coderwelsch committed Jan 30, 2024
1 parent 6867f07 commit 7856846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export default {
fontFamily: {
display: ["Fabriga", "serif"],
sans: ["Inter", "sans-serif"],
mono: ["ui-monospace", "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", "monospace"]
},
maxWidth: {
285: "71.25rem",
Expand Down

0 comments on commit 7856846

Please sign in to comment.