Sha256: bf36b985a89a765e0ba75c9d5e9d764ca8e945122715f656fc0c886341933fc4

Contents?: true

Size: 728 Bytes

Versions: 3

Compression:

Stored size: 728 Bytes

Contents

// Typography
// stylelint-disable selector-no-type, selector-max-type, selector-max-specificity, selector-max-id

h1,
.text-alpha {
  font-weight: 300;

  @include fs-8;
}

h2,
.text-beta,
#toctitle {
  @include fs-6;
}

h3,
.text-gamma {
  @include fs-5;
}

h4,
.text-delta {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;

  @include fs-2;
}

h4 code {
  text-transform: none;
}

h5,
.text-epsilon {
  @include fs-3;
}

h6,
.text-zeta {
  @include fs-2;
}

.text-small {
  @include fs-2;
}

.text-mono {
  font-family: $mono-font-family !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
just-the-docs-0.10.1 _sass/typography.scss
just-the-docs-0.10.0 _sass/typography.scss
just-the-docs-0.9.0 _sass/typography.scss