Skip to content

Instantly share code, notes, and snippets.

@manfromanotherland
Created June 20, 2016 15:35
Show Gist options
  • Save manfromanotherland/5b4ce6d7726de0fc9f6c52e68854eb29 to your computer and use it in GitHub Desktop.
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/
/* 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