Sha256: 6e9d59da934e2570a743d8d3c50a821703d274a6b667a61eba183d75187d61f7

Contents?: true

Size: 884 Bytes

Versions: 36

Compression:

Stored size: 884 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, i {
   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, i.fa {
  font-size: 20px;
}

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
tenon-1.1.8 app/assets/stylesheets/tenon/typography.scss
tenon-1.1.7 app/assets/stylesheets/tenon/typography.scss
tenon-1.1.6 app/assets/stylesheets/tenon/typography.scss
tenon-1.1.5 app/assets/stylesheets/tenon/typography.scss
tenon-1.1.4 app/assets/stylesheets/tenon/typography.scss
tenon-1.1.3 app/assets/stylesheets/tenon/typography.scss
tenon-1.1.2 app/assets/stylesheets/tenon/typography.scss
tenon-1.1.1 app/assets/stylesheets/tenon/typography.scss
tenon-1.0.76 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.75 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.74 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.73 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.72 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.71 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.70 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.69 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.68 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.67 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.66 app/assets/stylesheets/tenon/typography.css.scss
tenon-1.0.65 app/assets/stylesheets/tenon/typography.css.scss