Skip to content

Commit

Permalink
Merge pull request #32 from ujjawaltyagii/main
Browse files Browse the repository at this point in the history
font-family fixed
  • Loading branch information
priyankarpal authored Feb 21, 2023
2 parents 079f008 + d674254 commit 0798f27
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ module.exports = {
colors: {
primary: "#A66EFC",
secondary: "#000513",
}
},
fontFamily: {
stencil: ["Allerta Stencil", "sans-serif"],
},
},
},
plugins: [],
};

// DONOT CHANGE THIS FILE
// DONOT CHANGE THIS FILE

1 comment on commit 0798f27

@vercel
Copy link

@vercel vercel bot commented on 0798f27 Feb 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

projectshut – ./

projectshut.vercel.app
projectshut-priyankarpal.vercel.app
projectshut-git-main-priyankarpal.vercel.app

Please sign in to comment.