Add Custom Fonts to tailwindcss
Go here https://fonts.google.com/ and copy link tags of whatever font you want.
Add those links to the index.html file
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossori...