Sha256: ecc0d666093908a1262e7bb231c01b2178255d6990d2e20ecb2ef9101a3e19d8

Contents?: true

Size: 875 Bytes

Versions: 18

Compression:

Stored size: 875 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, h2, h3, h4, h5, h6, p {
   opacity:0.99;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

18 entries across 18 versions & 1 rubygems

Version Path
tenon-1.0.38 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.37 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.36 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.35 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.33 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.32 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.31 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.30 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.29 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.28 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.27 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.26 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.25 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.24 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.23 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.22 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.21 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.20 app/assets/stylesheets/tenon/typography.css.scss