Sha256: f8108fa5a78535be944e0a68faf409ccad9619344f5df96c2778bee3b92ca5ba

Contents?: true

Size: 1.3 KB

Versions: 40

Compression:

Stored size: 1.3 KB

Contents

/*------------------------------------
  Typography Font Weight
------------------------------------*/
.g-font {
  &-weight-100 {
    font-weight: 100; // Thin (Hairline)
  }
  &-weight-200 {
    font-weight: 200; // Extra Light (Ultra Light)
  }
  &-weight-300 {
    font-weight: 300; // Light
  }
  &-weight-400 {
    font-weight: 400; // Normal
  }
  &-weight-500 {
    font-weight: 500; // Medium
  }
  &-weight-600 {
    font-weight: 600; // Semi Bold (Demi Bold)
  }
  &-weight-700 {
    font-weight: 700; // Bold
  }
  &-weight-800 {
    font-weight: 800; // Extra Bold (Ultra Bold)
  }
  &-weight-900 {
    font-weight: 900; // Black (Heavy)
  }
}

@media (min-width: $g-md) {
  .g-font {
    &-weight-100--md {
      font-weight: 100; // Thin (Hairline)
    }
    &-weight-200--md {
      font-weight: 200; // Extra Light (Ultra Light)
    }
    &-weight-300--md {
      font-weight: 300; // Light
    }
    &-weight-400--md {
      font-weight: 400; // Normal
    }
    &-weight-500--md {
      font-weight: 500; // Medium
    }
    &-weight-600--md {
      font-weight: 600; // Semi Bold (Demi Bold)
    }
    &-weight-700--md {
      font-weight: 700; // Bold
    }
    &-weight-800--md {
      font-weight: 800; // Extra Bold (Ultra Bold)
    }
    &-weight-900--md {
      font-weight: 900; // Black (Heavy)
    }
  }
}

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
jekyll-theme-glueckkanja-1.2.29 _sass/unify/globals/_typo-font-weights.scss
jekyll-theme-glueckkanja-1.2.28 _sass/unify/globals/_typo-font-weights.scss
jekyll-theme-glueckkanja-1.2.27 _sass/unify/globals/_typo-font-weights.scss
jekyll-theme-glueckkanja-1.2.26 _sass/unify/globals/_typo-font-weights.scss
jekyll-theme-glueckkanja-1.2.25 _sass/unify/globals/_typo-font-weights.scss
jekyll-theme-glueckkanja-1.2.24 _sass/unify/globals/_typo-font-weights.scss
jekyll-theme-glueckkanja-1.2.23 _sass/unify/globals/_typo-font-weights.scss
jekyll-theme-glueckkanja-1.2.22 _sass/unify/globals/_typo-font-weights.scss
jekyll-theme-glueckkanja-1.2.21 _sass/unify/globals/_typo-font-weights.scss
jekyll-theme-glueckkanja-1.2.20 _sass/unify/globals/_typo-font-weights.scss
jekyll-theme-glueckkanja-1.2.19 _sass/unify/globals/_typo-font-weights.scss
jekyll-theme-glueckkanja-1.2.18 _sass/unify/globals/_typo-font-weights.scss
jekyll-theme-glueckkanja-1.2.17 _sass/unify/globals/_typo-font-weights.scss
jekyll-theme-glueckkanja-1.2.16 _sass/unify/globals/_typo-font-weights.scss
jekyll-theme-glueckkanja-1.2.15 _sass/unify/globals/_typo-font-weights.scss
jekyll-theme-glueckkanja-1.2.14 _sass/unify/globals/_typo-font-weights.scss
jekyll-theme-glueckkanja-1.2.13 _sass/unify/globals/_typo-font-weights.scss
jekyll-theme-glueckkanja-1.2.12 _sass/unify/globals/_typo-font-weights.scss
jekyll-theme-glueckkanja-1.2.11 _sass/unify/globals/_typo-font-weights.scss
jekyll-theme-glueckkanja-1.2.10 _sass/unify/globals/_typo-font-weights.scss