Sha256: b57bfe4725414067ed84816bf4eb94efcc1b1c3fbd31002acd02bdb7c4e7b74a

Contents?: true

Size: 1.37 KB

Versions: 11

Compression:

Stored size: 1.37 KB

Contents

/* Import Lato font
---------------------------------------------------------------------------- */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(http://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(http://themes.googleusercontent.com/static/fonts/lato/v6/RYyZNoeFgb0l7W3Vu1aSWOvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 7px;
	color: #242424;
  -webkit-font-smoothing: antialiased;
}

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

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

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

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

a {
  color: #2c7db1;
  text-decoration: none;
}

a:hover, a:focus {
  color: #0280d1;
}

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

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
atlas_assets-0.0.17 lib/assets/stylesheets/fonts.css.scss
atlas_assets-0.0.16 lib/assets/stylesheets/fonts.css.scss
atlas_assets-0.0.15 lib/assets/stylesheets/fonts.css.scss
atlas_assets-0.0.14 lib/assets/stylesheets/fonts.css.scss
atlas_assets-0.0.13 lib/assets/stylesheets/fonts.css.scss
atlas_assets-0.0.12 lib/assets/stylesheets/fonts.css.scss
atlas_assets-0.0.11 lib/assets/stylesheets/fonts.css.scss
atlas_assets-0.0.10 lib/assets/stylesheets/fonts.css.scss
atlas_assets-0.0.9 lib/assets/stylesheets/fonts.css.scss
atlas_assets-0.0.8 lib/assets/stylesheets/fonts.css.scss
atlas_assets-0.0.7 lib/assets/stylesheets/fonts.css.scss