Skip to content

Commit

Permalink
change color (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway authored Nov 1, 2024
1 parent 0b034be commit d39f7e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module.exports = {
},
spring: "#F5F1ED",
desert: {
DEFAULT: "#ecc5ab",
DEFAULT: "#c5203e",
100: "#e6dcd2",
},
pearl: "#EAE1D6",
Expand Down Expand Up @@ -118,10 +118,10 @@ module.exports = {
},
}),
fontFamily: {
body: ["GothamPro", "sans-serif"],
heading: ["GothamPro", "sans-serif"],
playfair: ["GothamPro", "sans-serif"],
rossela: ["GothamPro", "ssans-serif"],
body: ["Gilroy", "sans-serif"],
heading: ["Gilroy", "sans-serif"],
playfair: ["Playfair Display", "serif"],
rossela: ["Conv_Rossela-Demo-2", "serif"],
},
fontSize: {
sm: "0.75rem",
Expand Down

0 comments on commit d39f7e2

Please sign in to comment.