Gatsby
Up and Running with Gatsby: Styling

Assignment: Change Fonts

PRO
Outline

We've learned two ways to do global styling in Gatsby:

  1. Importing stylesheets in components.
  2. Adding a global stylesheet to gatsby-browser.js.

In this assignment, change the fonts in the Header and NavBar. You can do this either in the components themselves (inline JSX) or using the global styles.css file we created in the video.

I'll show you the solution in the next video.

 

I finished! On to the next chapter