TypeSource

@tobiasahlin

Shut Up

Your Beard

Isn't Long Enough

Lora Italic

View Google Font

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

abcdefghijklmnopqrstuvwxyz

ABCDEFGHIJKLMNOPQRSTUVWXYZ

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

Montserrat Regular

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=Lora:400italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400' rel='stylesheet' type='text/css'>
<!-- Typography -->
<div class="ybile">
  <h1 class="ybile-r1">Shut Up</h1>
  <h1 class="ybile-r2">Your Beard</h1>
  <h1 class="ybile-r3">Isn't Long Enough</h1>
</div>

<style type="text/css">
.ybile {
  color: #fffeec;
  font-family: Montserrat, sans-serif;
  text-align: center;
  background: #f1cf63 url(/images/typesource/bike.png) no-repeat center bottom/50% 36%;
  line-height: 3em;
  padding-top: 6em;
  padding-bottom: 18em;
  text-transform: uppercase;
}

.ybile-r1 {
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1.1em;
  font-family: Lora;
  font-style: italic;
  display: inline-block;
  position: relative;
  text-transform: lowercase;
}

.ybile-r2 {
  font-weight: 200;
  font-size: 7.8em;
  line-height: 1em;
}

.ybile-r3 {
  font-weight: 200;
  font-size: 4.8em;
  line-height: 1.1em;
}

.ybile-r1:before,
.ybile-r1:after {
  background: url(/images/typesource/arrow.svg) no-repeat center center/5em 0.5em;
  content: "";
  left: -5.8em;
  position: absolute;
  width: 5em;
  height: 1.25em;
}

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