TypeSource

@tobiasahlin

Saturday

Morning Times

Rock Salt

View Google Font

Grumpy wizards make toxic brew for the evil Queen and Jack.

abcdefghijklmnopqrstuvwxyz

ABCDEFGHIJKLMNOPQRSTUVWXYZ

123456789 !?:%;&_/"()’[]'$£@”

HTML & CSS for this example

<!-- Include in <head> to load fonts from Google -->
<link href='https://fonts.googleapis.com/css?family=Rock+Salt:400' rel='stylesheet' type='text/css'>
<!-- Typography -->
<div class="smt">
  <h1 class="smt-r1">Saturday</h1>
  <h1 class="smt-r2">Morning Times</h1>
</div>

<style type="text/css">
.smt {
  color: #fff;
  text-align: center;
  background-image: url(/images/typesource/saturday.jpg);
  background-size: cover;
  background-color: #d2bd9c;
  font-family: Rock Salt, sans-serif;
  padding-top: 11em;
  padding-bottom: 14em;
}

.smt-r1 {
  font-size: 9em;
  line-height: 1.4em;
}

.smt-r2 {
  font-size: 6em;
  line-height: 1em;
}

</style>
Browse more examples