konsento/konsento

View on GitHub
app/assets/stylesheets/angle/app/typo.scss

Summary

Maintainability
Test Coverage
// ========================================================================
//   Component: typo.less
// ========================================================================
 
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,400italic);

body {
  font-family: "Source Sans Pro", sans-serif;
  color: #656565;
}

h1, h2, h3, h4 {
  font-weight: bold;
}