Skip to content

Commit

Permalink
Update typography.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosct committed Sep 5, 2024
1 parent d270ba4 commit ebe64bb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs-content/html/typography/typography.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
export function TypographyDefault() {
return (
<p className="block font-sans text-base font-light leading-relaxed text-inherit antialiased">
Material Tailwind is an easy to use components library for Tailwind CSS
and Material Design. It provides a simple way to customize your
components, you can change the colors, fonts, breakpoints and everything
you need.
<p className="font-light leading-relaxed mx-auto text-slate-500 lg:text-lg text-base max-w-3xl">
The time is now for it to be okay to be great. For being a bright color.
For standing out. Get ready to experience a new level of performance and functionality.
</p>
);
}

0 comments on commit ebe64bb

Please sign in to comment.