

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.
#Quicksand font download how to#
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. Changing the default font in Tailwind CSS.It assumes you already have it sorted and are looking to add custom fonts.


N.B., this post does not cover information about installing Tailwind or how to add Tailwind to a project. This will then ensure that you build your frontend projects with the right/required assets. If you’re building with Tailwind, this post will show you how to add both web fonts (Google Fonts) and locally installed fonts to your Tailwind projects. Either way, the UI design will often come with custom fonts that you don’t already have. How do you work on your frontend projects? Let me guess: you get the UI designs and then you implement them. Peter Ekene Eze Follow Learn, Apply, Share How to use custom fonts in Tailwind CSS
