Foundations of Web Design

Class Exercise 8:

Utilize different CSS font properties

Goal:

Practice using CSS Font properties and link a Google Font to your html file.

Instructions:

Download starter_code08.zip:

Setup your Files:

Add Internal CSS to your HTML File:

Viewing Your Web Page:

  1. Run Your Project with Live Server:
    • Right-click on your “CE08.html” file and select “Open with Live Server”.
    • This will open your web page in your default browser.
    • You should now see your custom-styled web page.
  2. Run Your Project with Live Preview:
    • Right-click on your “CE08.html” file and select “Show Preview”.
    • This will open your web page in a tab in VS Code next to your HTML file.