Sha256: c796b2c9f8d54493585c445f5b3634ceed6aedc25d4583b747d06d244d39778a

Contents?: true

Size: 1.8 KB

Versions: 40

Compression:

Stored size: 1.8 KB

Contents

/* Import Lato font
---------------------------------------------------------------------------- */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://themes.googleusercontent.com/static/fonts/lato/v6/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://themes.googleusercontent.com/static/fonts/lato/v6/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://themes.googleusercontent.com/static/fonts/lato/v6/RYyZNoeFgb0l7W3Vu1aSWOvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}

/* Font Styles
---------------------------------------------------------------------------- */

body {
  font-family: $sansFontFamily;
  font-size: $baseFontSize;
  line-height: $baseLineHeight;
  color: $darker_gray;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 7px;
  color: $darkest_gray;
  @include smooth();
}

h1 {
  font-size: 30px;
  line-height: 36px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
  color: $red;
}

h3 {
  line-height: 27px;
  font-size: 18px;
}

h4, h5, h6 {
  line-height: 18px;
}

a {
  color: $blue;
  text-decoration: none;

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

/* Font Helpers
--------------------------------------------------------- */

.underline {
  text-decoration: underline;
}

/* Heading split
--------------------------------------------------------- */

.heading-split h1, .heading-split h2, .heading-split h3, .heading-split > div {
  display: inline-block;
}

.heading-split .pull-right {
  margin-top: 22px;
}

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
atlas_assets-0.8.13 lib/assets/stylesheets/atlas_assets/_fonts.scss
atlas_assets-0.8.12 lib/assets/stylesheets/atlas_assets/_fonts.scss
atlas_assets-0.8.11 lib/assets/stylesheets/atlas_assets/_fonts.scss
atlas_assets-0.8.10 lib/assets/stylesheets/atlas_assets/_fonts.scss
atlas_assets-0.8.9 lib/assets/stylesheets/atlas_assets/_fonts.scss
atlas_assets-0.8.8 lib/assets/stylesheets/atlas_assets/_fonts.scss
atlas_assets-0.8.7 lib/assets/stylesheets/atlas_assets/_fonts.scss
atlas_assets-0.8.6 lib/assets/stylesheets/atlas_assets/_fonts.scss
atlas_assets-0.8.5 lib/assets/stylesheets/atlas_assets/_fonts.scss
atlas_assets-0.8.4 lib/assets/stylesheets/atlas_assets/_fonts.scss
atlas_assets-0.8.3 lib/assets/stylesheets/atlas_assets/_fonts.scss
atlas_assets-0.8.2 lib/assets/stylesheets/atlas_assets/_fonts.scss
atlas_assets-0.8.1 lib/assets/stylesheets/atlas_assets/_fonts.scss
atlas_assets-0.8.0 lib/assets/stylesheets/atlas_assets/_fonts.scss
atlas_assets-0.7.3 lib/assets/stylesheets/atlas_assets/_fonts.scss
atlas_assets-0.7.2 lib/assets/stylesheets/atlas_assets/_fonts.scss
atlas_assets-0.7.1 lib/assets/stylesheets/atlas_assets/_fonts.scss
atlas_assets-0.7.0 lib/assets/stylesheets/atlas_assets/_fonts.scss
atlas_assets-0.6.10 lib/assets/stylesheets/atlas_assets/_fonts.scss
atlas_assets-0.6.9 lib/assets/stylesheets/atlas_assets/_fonts.scss