I need some help, a tad confused here. Im trying to a Googl Font, the video mosh has for this is slight different
He says to add the code for font to your html, ok that is this - I have this added right below the tag Now in the video it alks a single line of CSS, this updated version of google fonts give you a ton a few CSS styles to choose from for each font.
I have my CSS style sheet, im confused on the syntax of how this should look in the stsyle sheet - Can someone provide me a screenshort of all this should look? What ever I am doing is not working, Im stumped!
Thank you!
example
.poppins-thin {
font-family: "Poppins", sans-serif;
font-weight: 100;
font-style: normal;
}```
link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">