Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@restored316
Created May 1, 2020 20:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save restored316/3902cd1e0d5c59baba4206dff66e10ae to your computer and use it in GitHub Desktop.
Save restored316/3902cd1e0d5c59baba4206dff66e10ae to your computer and use it in GitHub Desktop.
Thyme - Change title font
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
h1, h2, h3, h4, h5, h6 {
font-family: 'Playfair Display', serif;
font-weight: 400;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment