Skip to content

Instantly share code, notes, and snippets.

@radianttap
Created November 16, 2013 11:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save radianttap/7498906 to your computer and use it in GitHub Desktop.
Save radianttap/7498906 to your computer and use it in GitHub Desktop.
User CSS for daringfireball.net, using Avenir Next (and its condensed variant).
body, dt, dd {
font-family: "Avenir Next", sans-serif !important;
line-height: 1.5 !important;
}
body {
font-size: 14px !important;
font-weight: 400 !important;
}
dt {
font-size: 15px !important;
line-height: 1.8 !important;
}
#Main {
width: 36em !important;
}
h1 {
font-family: "Avenir Next", sans-serif !important;
font-size: 20px !important;
font-weight: 400 !important;
line-height: 1.5 !important;
color: #fff !important;
}
.dateline {
font-family: "Avenir Next Condensed", sans-serif !important;
font-weight: 300 !important;
}
h6.dateline {
font-size: 15px !important;
}
h2.dateline {
font-size: 24px !important;
letter-spacing: normal !important;
text-transform: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment