I am importing fonts from google fonts and applying that fonts on all elements of index page.
But not applying these fonts
In index.html
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
index.css
.body {
margin: 0;
padding: 0;
font-family: 'Press Start 2P'; }