Sha256: 37eecf933250a9504757a0e30235ea59e741c573fd805e790a896eb523f1c762

Contents?: true

Size: 1.63 KB

Versions: 8

Compression:

Stored size: 1.63 KB

Contents

* {
  @extend %font-face-regular;
}

/* Headers */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: color('text');
}

h1 {
  @extend %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 {
  @extend %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 {
  @extend %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 {
  @extend %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 {
  @extend %font-face-gotham;
  font-weight: 300;
  font-size: font-size(300);
}
h6 {
  @extend %font-face-gotham;
  font-weight: 200;
  font-size: font-size(200);
}
p {
  @extend %font-face-regular;
  font-size: font-size('default');
  line-height: 1.6;
}
small {
  @extend %font-face-regular;
  font-size: font-size(100);
}
b,
strong {
  @extend %font-face-bold;
  color: color('text');
}
.page-title {
  margin-top: 0;
}
.lead {
  @extend %font-face-gotham;
  font-weight: 100;
  color: color('text');
}
a {
  color: color('secondary');
  &:link,
  &:visited,
  &:hover,
  &:active {
    color: color('secondary');
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
forever_style_guide-1.2.11 app/assets/stylesheets/forever_style_guide/base/_typography.scss
forever_style_guide-1.2.10 app/assets/stylesheets/forever_style_guide/base/_typography.scss
forever_style_guide-1.2.9 app/assets/stylesheets/forever_style_guide/base/_typography.scss
forever_style_guide-1.2.8 app/assets/stylesheets/forever_style_guide/base/_typography.scss
forever_style_guide-1.2.7 app/assets/stylesheets/forever_style_guide/base/_typography.scss
forever_style_guide-1.2.5 app/assets/stylesheets/forever_style_guide/base/_typography.scss
forever_style_guide-1.2.4 app/assets/stylesheets/forever_style_guide/base/_typography.scss
forever_style_guide-1.2.3 app/assets/stylesheets/forever_style_guide/base/_typography.scss