Currently, I have implemented a process to import fonts from Google Fonts and have successfully applied these fonts to all elements on the index page.
However, there seems to be an issue with applying these fonts correctly.
Within index.html:
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
In index.css:
.body {
margin: 0;
padding: 0;
font-family: 'Press Start 2P'; }