Skip to content

Commit

Permalink
fonts tailwind config
Browse files Browse the repository at this point in the history
  • Loading branch information
th3f0r3ign3r committed Sep 2, 2023
1 parent 53d247f commit 830392a
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export default function RootLayout({ children }: PropsWithChildren) {
lang="en"
className={clsx(
"h-full scroll-smooth antialiased",
inter.className,
lexend.className
inter.variable,
lexend.variable
)}
suppressHydrationWarning
>
Expand Down
120 changes: 120 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ const config: Config = {
md: "calc(var(--radius) - 2px)",
sm: "calc(var(--radius) - 4px)",
},
fontFamily: {
sans: "var(--font-inter)",
display: "var(--font-lexend)",
},
keyframes: {
"accordion-down": {
from: { height: "0" },
Expand Down

0 comments on commit 830392a

Please sign in to comment.