Sha256: 4ba4b9955944bad53807bc3b54ddc3fba1c2118cd707eaa7fe4a1acfca9f6b01

Contents?: true

Size: 735 Bytes

Versions: 13

Compression:

Stored size: 735 Bytes

Contents

//
// Typography
//
// stylelint-disable primer/selector-no-utility, primer/no-override, selector-no-type, selector-max-type

h1,
.text-alpha {
  @include fs-8;
  font-weight: 300;
}

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

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

h4,
.text-delta {
  @include fs-2;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h5,
.text-epsilon {
  @include fs-3;
  color: $grey-dk-200;
}

h6,
.text-zeta {
  @include fs-2;
  color: $grey-dk-200;
}

.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

13 entries across 13 versions & 2 rubygems

Version Path
dendron-jekyll-0.3.12 _sass/typography.scss
dendron-jekyll-0.3.11 _sass/typography.scss
dendron-jekyll-0.3.9 _sass/typography.scss
dendron-jekyll-0.3.8 _sass/typography.scss
dendron-jekyll-0.3.7 _sass/typography.scss
dendron-jekyll-0.3.6 _sass/typography.scss
dendron-jekyll-0.3.5 _sass/typography.scss
dendron-jekyll-0.3.4 _sass/typography.scss
dendron-jekyll-0.3.3 _sass/typography.scss
dendron-jekyll-0.3.2 _sass/typography.scss
just-the-docs-0.3.1 _sass/typography.scss
just-the-docs-0.3.0 _sass/typography.scss
just-the-docs-0.2.9 _sass/typography.scss