TypeSource

@tobiasahlin

A Search

Outside of Google

PT Sans Bold

View Google Font

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

abcdefghijklmnopqrstuvwxyz

ABCDEFGHIJKLMNOPQRSTUVWXYZ

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

Lora 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=PT+Sans:700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lora:400italic' rel='stylesheet' type='text/css'>
<!-- Typography -->
<div class="asog">
  <h1 class="asog-r1">A Search</h1>
  <h1 class="asog-r2">Outside of Google</h1>
</div>

<style type="text/css">
.asog {
  color: #fff;
  text-align: center;
  background-image: url(/images/typesource/mountains.jpg);
  background-size: cover;
  background-color: #f0ae93;
  font-family: PT Sans, sans-serif;
  line-height: 3em;
  padding-top: 9em;
  padding-bottom: 10em;
}

.asog-r1 {
  text-transform: uppercase;
  font-size: 13em;
  font-weight: 700;
  line-height: 1.1em;
}

.asog-r2 {
  font-family: Lora, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2.7em;
  display: inline-block;
  position: relative;
  mix-blend-mode: overlay;
}

.asog-r2:before,
.asog-r2:after {
  background: url(/images/typesource/leaves.svg) no-repeat center center/2.5em 0.7em;
  content: "";
  left: -3em;
  top: -0.3em;
  position: absolute;
  width: 2.5em;
  height: 1.5em;
}

.asog-r2:after {
  left: auto;
  right: -3em;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
</style>
Browse more examples