Sha256: f4ca3b5b49988f2b7967f951d3a5b3f085eb4d0fc7babdbcdeb41f79463b75bd

Contents?: true

Size: 848 Bytes

Versions: 1

Compression:

Stored size: 848 Bytes

Contents

// This is a partial.
// It lies in <source>/_sass, just waiting to be imported.
// It does not contain the YAML front matter and has no corresponding output file in the built site.

body {
  font-family: 'Roboto', sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 18px;
  line-height: 1.5;
  color: $color-calm-grey-darkest;
  background-color: $body-bg;
}

h1, .h1 {
  font-weight: normal;
}

// --- Default layout typography styles ---
main .layout-default {
  & h1:first-child {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }

  h2 {
    margin-top: 2rem;
  }

  h3 {
    color: $color-calm-grey-darkest;
    margin-top: 2rem;
  }

  @include media-breakpoint-up(lg) {
    & h1:first-child  {
      font-size: $font-size-h1;
    }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
infotorg-api-jekyll-theme-0.1.8 _sass/_typography.scss