TypeSource

@tobiasahlin

Sense of Style

Source Sans Pro Ultra-Bold

View Google Font

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

abcdefghijklmnopqrstuvwxyz

ABCDEFGHIJKLMNOPQRSTUVWXYZ

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

Playfair Display 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=Source+Sans+Pro:900' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Playfair+Display:400italic' rel='stylesheet' type='text/css'>
<!-- Typography -->
<div class="sos">
  <h1 class="sos-r1">Sense <span class="sos-prep">of</span> Style</h1>
</div>

<style type="text/css">
.sos {
  color: #f1cf63;
  background-color: #343434;
  text-align: center;
  font-family: Source Sans Pro, sans-serif;
  line-height: 3em;
  padding-top: 10em;
  padding-bottom: 11em;
}

.sos-r1 {
  font-size: 10em;
  font-weight: 900;
  line-height: 1.1em;
}

.sos-prep {
  font-family: Playfair Display;
  font-weight: 400;
  font-style: italic;
  font-size: 0.5em;
  vertical-align: middle;
  margin-top: -0.4em;
  display: inline-block;
}
</style>
Browse more examples