Skip to content

Commit

Permalink
update changes and bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nixrajput committed May 10, 2024
1 parent 36ddf6f commit 178af14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import LocalConfig from "@/constants/config";
const poppins = Poppins({
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
style: ["normal", "italic"],
subsets: ["devanagari", "latin"],
subsets: ["latin", "latin-ext"],
display: "swap",
preload: true,
fallback: [
Expand Down

0 comments on commit 178af14

Please sign in to comment.