Skip to content

markglattback/variable-fonts-exercise

 
 

Repository files navigation

Variable Fonts exercise

Update the typography so that it matches this screenshot:

Desktop-sized screenshot of a site footer

The bulk of the styling has already been completed; your goal is to update the text styles.

Don't worry about mobile styles; this challenge is purely about the text.

You can access the design on Figma:

Font info

The font used is Raleway. A variable font has already been included in the index.html file, but it isn't being used anywhere yet.

Setup Instructions

Because this project is pure HTML and CSS, you have two options:

  1. You can open the index.html file directly in-browser
  2. You can run npm install to install the live-server dependency, and then run npm run start to start a local file server. You'll be able to access the page at http://localhost:5000 (assuming that the port is free).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 50.8%
  • HTML 49.2%