SyntaxFix
Write A Post
Hire A Developer
Questions
It could be the self-closing tag of link at the end, try:
<link href="https://fonts.googleapis.com/css?family=Bungee+Inline" rel="stylesheet"/>
and in your main.css file try:
body,div { font-family: 'Bungee Inline', cursive; }