Outline
We've learned two ways to do global styling in Gatsby:
- Importing stylesheets in components.
- 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.