Skip to content

Instantly share code, notes, and snippets.

@hlb
Created July 25, 2013 03:02
Show Gist options
  • Save hlb/6076589 to your computer and use it in GitHub Desktop.
Save hlb/6076589 to your computer and use it in GitHub Desktop.
$baseFontSize: 16px;
$baseFontSize: 14px !default;
h1 { font-size: $baseFontSize * 2.75; } // ~38px
h2 { font-size: $baseFontSize * 2.25; } // ~32px
h3 { font-size: $baseFontSize * 1.75; } // ~24px
h4 { font-size: $baseFontSize * 1.25; } // ~18px
h5 { font-size: $baseFontSize; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment