Sha256: cb7444bb31e503ca6e552f44b98e309c5d77d488136db38b6f64bf81d9722e1b

Contents?: true

Size: 1.21 KB

Versions: 16

Compression:

Stored size: 1.21 KB

Contents

// Typography variables
// stylelint-disable declaration-bang-space-before

// Heading sizes - mobile
// h4—h6 remain the same size on both mobile & desktop
$h00-size-mobile: 40px !default;
$h0-size-mobile: 32px !default;
$h1-size-mobile: 26px !default;
$h2-size-mobile: 22px !default;
$h3-size-mobile: 18px !default;

// Heading sizes - desktop
$h00-size: 48px !default;
$h0-size: 40px !default;
$h1-size: 32px !default;
$h2-size: 24px !default;
$h3-size: 20px !default;
$h4-size: 16px !default;
$h5-size: 14px !default;
$h6-size: 12px !default;

$font-size-small: 12px !default;

// Font weights
$font-weight-bold: 600 !default;
$font-weight-semibold: 500 !default;
$font-weight-normal: 400 !default;
$font-weight-light: 300 !default;

// Line heights
$lh-condensed-ultra: 1 !default;
$lh-condensed: 1.25 !default;
$lh-default: 1.5 !default;

// Font stacks
$body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default;

// Monospace font stack
$mono-font: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace !default;

// The base body size
$body-font-size: 14px !default;
$body-line-height: $lh-default !default;

Version data entries

16 entries across 16 versions & 3 rubygems

Version Path
primery-0.1.0 _sass/primer-support/lib/variables/typography.scss
jekyll-theme-primer-0.6.0 _sass/primer-support/lib/variables/typography.scss
github-docs-0.0.5 _sass/primer-support/variables/typography.scss
github-docs-0.0.4 _sass/primer-support/variables/typography.scss
github-docs-0.0.3 _sass/primer-support/variables/typography.scss
github-docs-0.0.2 _sass/primer-support/variables/typography.scss
github-docs-0.0.1 _sass/primer-support/variables/typography.scss
jekyll-theme-primer-0.5.4 _sass/primer-support/lib/variables/typography.scss
jekyll-theme-primer-0.5.3 _sass/primer-support/lib/variables/typography.scss
jekyll-theme-primer-0.5.2 _sass/primer-support/lib/variables/typography.scss
jekyll-theme-primer-0.5.1 _sass/primer-support/lib/variables/typography.scss
jekyll-theme-primer-0.5.0 _sass/primer-support/lib/variables/typography.scss
jekyll-theme-primer-0.4.0 _sass/primer-support/lib/variables/typography.scss
jekyll-theme-primer-0.3.1 _sass/primer-support/lib/variables/typography.scss
jekyll-theme-primer-0.3.0 _sass/primer-support/lib/variables/typography.scss
jekyll-theme-primer-0.2.1 _sass/primer-support/lib/variables/typography.scss