Skip to content

Instantly share code, notes, and snippets.

@felipecustodio
Created December 30, 2020 03:38
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 felipecustodio/8abbd71950d40d5958f09e409687f0b8 to your computer and use it in GitHub Desktop.
Save felipecustodio/8abbd71950d40d5958f09e409687f0b8 to your computer and use it in GitHub Desktop.
A Serif style for Github READMEs
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Xanh+Mono&display=swap');
#readme h1, #readme h2, #readme h3, #readme p {
font-family: 'Playfair Display', serif;
}
#readme a {
font-family: 'Xanh Mono', monospace;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment