TypeSource

@tobiasahlin

Pursuit of Purpose

Droid Serif

View Google Font

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

abcdefghijklmnopqrstuvwxyz

ABCDEFGHIJKLMNOPQRSTUVWXYZ

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

Droid Serif 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=Droid+Serif:400' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400italic' rel='stylesheet' type='text/css'>
<!-- Typography -->
<div class="puopu">
<h1 class="puopu-r1">Pursuit <span class="puopu-small">of</span> Purpose</h1>
</div>

<style type="text/css">
.puopu {
  color: #fff;
  font-family: Droid Serif, sans-serif;
  text-align: center;
  background-image: url(/images/typesource/goal.jpg);
  background-color: #d0d8db;
  background-size: cover;
  padding-top: 16em;
  padding-bottom: 22em;
}

.puopu-r1 {
  font-size: 6.5em;
  font-weight: 400;
  line-height: 1.1em;
  text-transform: uppercase;
}

.puopu-small {
  height: 2em;
  width: 2em;
  font-size: 0.25em;
  font-weight: 300;
  font-style: italic;
  line-height: 1.9em;
  text-transform: lowercase;
  display: inline-block;
  vertical-align: middle;
  margin: -0.44em 0.1em 0;
  border: 0.1em solid #fff;
}

</style>
Browse more examples