Created
June 20, 2016 15:35
-
-
Save manfromanotherland/5b4ce6d7726de0fc9f6c52e68854eb29 to your computer and use it in GitHub Desktop.
Using a custom typeface on Dark Side Tumblr theme http://darkside-theme.tumblr.com/
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
/* Body text */ | |
body { | |
font-family: "Fira Sans", sans-serif; | |
} | |
/* Headings */ | |
h1, | |
h2, | |
h3, | |
h4 { | |
font-family: "Fira Sans", sans-serif; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment