Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CSS Stylesheet
@font-face {
  font-family: 'Roboto Condensed';
  src: url(https://fonts.gstatic.com/s/robotocondensed/v25/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2);
}
.hC,
.hC p,
.hC table,
.hC tr,
.hC td,
.hC th,
.hC ol,
.hC ul,
.hC li { 
font-family: 'Roboto Condensed';
 font-size: 40 px15px;
}
.hC img { max-width: 100% }

...