Sha256: 502a5613a3c3e3219f72c4847593292c7382c17645cf1d65a69ca7d4d0be2232
Contents?: true
Size: 1.64 KB
Versions: 48
Compression:
Stored size: 1.64 KB
Contents
* { font-family: 'proxima_nova-regular'; } /* Headers */ h1, h2, h3, h4, h5, h6, p { color: color('text'); } h1 { font-family: $font-face-gotham; font-weight: 500; font-size: $font-size-700; @media (max-width: $screen-sm-max) { font-size: $font-size-600; } @media (max-width: $screen-xs-max) { font-size: $font-size-500; } } h2 { font-family: $font-face-gotham; font-weight: 500; font-size: $font-size-600; @media (max-width: $screen-sm-max) { font-size: $font-size-500; } @media (max-width: $screen-xs-max) { font-size: $font-size-400; } } h3 { font-family: $font-face-gotham; font-weight: 500; font-size: $font-size-500; @media (max-width: $screen-sm-max) { font-size: $font-size-400; } @media (max-width: $screen-xs-max) { font-size: $font-size-300; } } h4 { font-family: $font-face-gotham; font-weight: 400; font-size: $font-size-400; @media (max-width: $screen-sm-max) { font-size: $font-size-400; } @media (max-width: $screen-xs-max) { font-size: $font-size-300; } } h5 { font-family: $font-face-gotham; font-weight: 300; font-size: $font-size-300; } h6 { font-family: $font-face-gotham; font-weight: 200; font-size: $font-size-200; } p { font-family: $font-face-regular; font-size: $font-size-default; line-height: 1.6; } small { font-family: $font-face-regular; font-size: $font-size-100; } b, strong { font-family: $font-face-bold; } .page-title { margin-top: 0; } .lead { font-family: $font-face-gotham; font-weight: 100; } a { color: color('secondary'); &:link, &:visited, &:hover, &:active { color: color('secondary'); } }
Version data entries
48 entries across 48 versions & 1 rubygems