Adjusting Fonts through VS Code can be easy!‐Oswald

First, go to Google Fonts and search for your desired font-family.‐Roboto

After you've found the code you'd like to use in your website, go ahead and select get code. From here it will take you to the desired font-family's code that you can copy and paste into your html or css. Now decide if you are going to import or embed a link, I chose to embed a link as it has better reliability than importing codes. ‐Lato

Now that you've obtained the required code for your font, embed it into your program!‐Bebas Neue

Find your html and head tags. nested within these should be your meta charset, title, and links. Go ahead and paste your fonts code below the title.‐Raleway

Text your page and see if there are any issues! It is always good to take your code to a validator like W3 Schools to ensure there are no mistakes or tags missing endings. Happy coding! ‐Montserrat