@material-tailwind/react
comes with 2 different font families. One is the default font family and the other is the monospace font family. The default font family is Inter
and the monospace font family is Fira Code
.
Add the following code to the <head>
tag of your HTML file.
Add the following code to your stylesheet.
You can use next/font
to import the Inter
font family if you are using Next.js.
On the layout.tsx
file add the following code.
Add the following code to the <head>
tag of your HTML file.
Add the following code to your stylesheet.
You can use next/font
to import the Inter
font family if you are using Next.js.
On the layout.tsx
file add the following code.