#Font style is not being applied
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
While working on the project today, for some reason font style is not being applied on th pages, I tried to figure out the issue but couldn't find any. Please provide any solution for this, I've attached the code for layout.tsx file for referrence.
Hmm, I don’t see anything wrong with your code. Try deleting the node_modules, package-lock.json, and .next folders. Then, run npm install and restart your project. Does the issue still persist?
yeah let me do that