I had built a website with React.js and webpack.
I want to use Google fonts in the webpage, so I put the link in the section.
It could be the self-closing tag of link at the end, try:
and in your main.css file try:
body,div { font-family: 'Bungee Inline', cursive; }