Skip to content

Instantly share code, notes, and snippets.

@kwaledesign
Created October 4, 2012 21:29
Show Gist options
  • Save kwaledesign/3836583 to your computer and use it in GitHub Desktop.
Save kwaledesign/3836583 to your computer and use it in GitHub Desktop.
old archetype heading styles
/* ==== legacy Archetype heading properties...remove these!!!
h1 {
font-size: $base-font-size * 2.25; font-size: 2.25rem;
line-height: $base-line-height * 2; line-height: 3rem;
margin: $base-line-height 0; margin: 1.5rem 0;
}
h2 {
font-size: $base-font-size * 2; font-size: 2rem;
line-height: $base-line-height * 1.5; line-height: 2.25rem;
margin: $base-line-height / 1.333333333 0; margin: 1.125rem 0;
}
h3 {
font-size: $base-font-size * 1.75; font-size: 1.75rem;
line-height: $base-line-height * 1.25; line-height: 1.875rem;
margin: $base-line-height / 1.6 0; margin: .9375rem 0;
}
h4 {
font-size: $base-font-size * 1.5; font-size: 1.5rem;
line-height: $base-line-height; line-height: 1.5rem;
margin: $base-line-height / 2 0; margin: .75rem 0;
}
h5 {
font-size: $base-font-size * 1.25; font-size: 1.25rem;
line-height: $base-line-height; line-height: 1.5rem;
margin-bottom: $base-line-height / 2 0; margin: .75rem 0;
font-family: $font_family1;
}
h6 {
font-size: $base-font-size; font-size: 1rem;
line-height: $base-line-height; line-height: 1.5rem;
margin: $base-line-height / 2 0; margin: .75rem 0;
text-transform: uppercase;
font-family: $font_family1;
}
==== */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment