Sha256: f6201036438129bd3953d162114869b052fcc1026393b4dd23aedf95a9a0fef9

Contents?: true

Size: 1.27 KB

Versions: 4

Compression:

Stored size: 1.27 KB

Contents

a {
  color: #000;
}

a:visited {
  color: #888;
}

a:hover {
  color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
}

h1 {
  @include header($double-small-pica-ratio);
}

h2 {
  @include header($great-primer-ratio);
}

h3 {
  @include header($english-ratio);
}

.link h1,
.link h2,
.link h3,
article h4,
article h5,
article h6 {
  line-height: $leading-height * 2;
  font-size: $font-size + 2;
  margin-bottom: 0;
}

article header time,
h2.post-date {
  font-size: $font-size - 3;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}

header[role=banner] h1 {
  @include header($double-great-primer-ratio);
}

header[role=banner] nav a {
  line-height: $leading-height * 2;
  font-size: $english;
  font-weight: bold;
  font-family: "Rubik", sans-serif;
}

header[role=banner] h1 {
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
}

body {
  font-family: "Fira Sans", Helvetica, Verdana, sans-serif;
}

sub,
sup {
  margin-left: 1px;
  font-size: $brevier;
}

pre,
code {
  font-family: "Fira Mono", "Menlo", "Courier New", "Courier", monospace;
}

pre code {
  display: block;
}

code {
  color: #555;
}

blockquote {
  font-size: $font-size - 1;
  font-family: "Open Sans", Helvetica, Verdana, sans-serif;
  color: #555;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gyrocycle-0.0.5 _sass/typography.scss
gyrocycle-0.0.4 _sass/typography.scss
gyrocycle-0.0.3 _sass/typography.scss
gyrocycle-0.0.2 _sass/typography.scss