Skip to content

Instantly share code, notes, and snippets.

@hachesilva
Created January 3, 2019 04:09
Show Gist options
  • Save hachesilva/23aa349d5967f541366cca5510c77c90 to your computer and use it in GitHub Desktop.
Save hachesilva/23aa349d5967f541366cca5510c77c90 to your computer and use it in GitHub Desktop.
Cool font combinations I've found
#1 {
// Source: https://www.apres.io/
h1 {
font-family: Merriweather;
weight: 900;
font-size: 68px;
}
h2 {
font-family: Merriweather;
weight: 600;
font-size: 35px;
}
h3 {
font-family: Lato;
weight: 700;
font-size: 18px;
}
p {
font-family: Lato;
weight: 400;
font-size: 17px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment