Created
January 3, 2019 04:09
-
-
Save hachesilva/23aa349d5967f541366cca5510c77c90 to your computer and use it in GitHub Desktop.
Cool font combinations I've found
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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