Skip to content

Instantly share code, notes, and snippets.

@jaredphillips
Created June 27, 2014 01:37
Show Gist options
  • Save jaredphillips/a7657b952b3268c0b898 to your computer and use it in GitHub Desktop.
Save jaredphillips/a7657b952b3268c0b898 to your computer and use it in GitHub Desktop.
Style Guide - SASS Defaults
$blue: #85D4E3;
$pink: #F4B5BD;
$dark-green: #9C964A;
$light-green: #CDC08C;
$yellow: #FAD77B;
$off-black: #2C3E50;
$grey: #D3DDDC;
$darker-grey: #95A5A6;
h1, h2, h3, h4, h5, h6 {
font-family: 'novecento_sans_widemedium';
color: $off-black;
letter-spacing: 2.5px;
}
p, li, blockquote, label, select, input, .button, .button-big, .button-small, .button-inverse, a {
font-family: 'sofia_pro_lightregular';
letter-spacing: 0.04em;
color: $off-black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment