
To work with the Poppins web font, add the code to import the web font to the global.css file: url("") Now, start the dev server by running this command: npm run dev Once you clone this project, run the following command to install the required dependencies: npm install js and Tailwind project, follow the instructions in the file. It would be best to have a small application to experiment with as we progress, so I’ve set up a s ta r ter project on GitHub. Now let’s go over how to add web fonts to your Tailwind applications. You can learn more about this font here or contribute to it here. The Poppins font is a popular design tool that features geometric sans serif typefaces. This is a Google web font designed by India Type Foundry and Jonny Pinhorn. In the article, we will work with the Poppins font. Alternatively, you can use web fonts from an external provider like Google web fonts.


Web fonts live on a web server, so you can host your own web fonts on your hosting provider and use them. A browser downloads the specified web fonts while it is rendering a web page and applies the fonts to the text on that page. Web fonts are fonts specifically created to be applied to texts on a web page.


Peter Ekene Eze Follow Learn, Apply, Share How to use custom fonts in Tailwind CSS
