TypeSource

@tobiasahlin

How

climate change

will affect you

Merriweather Heavy

View Google Font

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

abcdefghijklmnopqrstuvwxyz

ABCDEFGHIJKLMNOPQRSTUVWXYZ

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

Merriweather Light Italic

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=Merriweather:700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:300italic' rel='stylesheet' type='text/css'>
<!-- Typography -->
<div class="hcc">
  <h1 class="hcc-r1">How</h1>
  <h1 class="hcc-r2">climate change</h1>
  <h1 class="hcc-r3">will affect you</h1>
</div>

<style type="text/css">
.hcc {
  color: #fff;
  text-align: center;
  background-image: url(/images/typesource/climate.jpg);
  background-size: cover;
  font-family: Merriweather, serif;
  font-weight: 300;
  padding-top: 7em;
  padding-bottom: 7.5em;
}

.hcc-r1 {
  text-transform: uppercase;
  font-size: 20em;
  font-weight: 700;
  line-height: 0.9em;
}

.hcc-r2 {
  font-size: 7.6em;
  line-height: 1em;
  font-weight: 100;
  font-style: italic;
  background-color: #fff;
  color: #31321c;
  margin-top: -0.1em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  display: inline-block;
}

.hcc-r3 {
  text-transform: uppercase;
  font-size: 5.5em;
  font-weight: 600;
  margin-top: 0.3em;
  line-height: 1em;
}
</style>
Browse more examples