Sha256: 62531f72ef3860519badef9a2787c82a5b63488e26326e603926cb733f02a90b

Contents?: true

Size: 751 Bytes

Versions: 21

Compression:

Stored size: 751 Bytes

Contents

// Variables
$tn-serif: "Georgia", "Times New Roman", Serif;
$tn-sans-serif: Helvetica, Arial, Sans-Serif;
$tn-open-sans: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;

$tn-font-small: 12px;
$tn-font-normal: 14px;
$tn-font-large: 16px;

// Default Text Styles
body {
  color: $tn-body-text-color;
  font-size: $tn-font-normal;
  font-family: $tn-open-sans;
  line-height: 1.428;
}

// Links

a {
  color: $tn-link-color;
  text-decoration: none;

  &:hover {
    text-decoration: underline;
  }
}

// Headers

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  margin: 0;
  font-size: 18px;
}

h5 {
  margin: 0;
  font-size: 14px;
}

h6 {
  margin: 0;
  font-size: 12px;
}

i {
  font-size: 20px;
}

Version data entries

21 entries across 20 versions & 1 rubygems

Version Path
tenon-1.0.19 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.18 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.17 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.16 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.15 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.14 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.13 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.12 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.11 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.10 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.9 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.8 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.7 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.6 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.5 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.4 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.3 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.2 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.1 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0 spec/dummy/public/assets/source_maps/typography.css.scss