Fonts in tailwindcss

I was just curious, where does tailwindcss gets its fonts from?
I just added this thing inside extend object of tailwind.config.js file and was able to use the font.
fontFamily: {
  "proxima-nova": ["Proxima Nova", "sans-serif"],
},
Was this page helpful?