TypeSource

@tobiasahlin

Seven days in

Tokyo

Yanone Kaffeesatz ExtraLight

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=Yanone+Kaffeesatz:200' rel='stylesheet' type='text/css'>
<!-- Typography -->
<div class="sdij">
  <h1 class="sdij-r1">Seven days in</h1>
  <h1 class="sdij-r2">Tokyo</h1>
</div>

<style type="text/css">
.sdij {
  font-family: Yanone Kaffeesatz, sans-serif;
  color: #fff;
  text-align: center;
  background-image: url(/images/typesource/japan.jpg);
  background-size: cover;
  background-color: #042a34;
  text-transform: uppercase;
  padding-top: 7em;
  padding-bottom: 7.5em;
}

.sdij-r1 {
  font-size: 13em;
  font-weight: 200;
  line-height: 0.8em;
}

.sdij-r2 {
  font-size: 29.5em;
  line-height: 0.9em;
  padding-left: 0.05em;
  font-weight: 200;
}
</style>
Browse more examples