TypeSource

@tobiasahlin

The History of

Swedish

Meatballs

Oswald Regular

View Google Font

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

abcdefghijklmnopqrstuvwxyz

ABCDEFGHIJKLMNOPQRSTUVWXYZ

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

Oswald Light

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=Oswald:400' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oswald:300' rel='stylesheet' type='text/css'>
<!-- Typography -->
<div class="thosm">
  <h1 class="thosm-r1">The History of</h1>
  <h1 class="thosm-r2">Swedish</h1>
  <h1 class="thosm-r3">Meatballs</h1>
</div>

<style type="text/css">
.thosm {
  font-family: Oswald, sans-serif;
  line-height: 3em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #48a0dd;
  padding-top: 9em;
  padding-bottom: 10em;
}

.thosm-r1 {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.1em;
  color: #87caed;
  display: inline-block;
  position: relative;
}

.thosm-r2 {
  font-size: 10em;
  font-weight: 300;
  line-height: 1em;
}

.thosm-r3 {
  font-size: 8em;
  font-weight: 300;
  line-height: 1.1em;
  color: #f1cf63;
}

.thosm-r1:before,
.thosm-r1:after {
  width: 2.5em;
  height: 1.4em;
  content: "";
  background: url(/images/typesource/meatball-ornament.svg) no-repeat center center/2.5em 1.4em;
  position: absolute;
  top: -0.1em;
  left: -2.8em;
}

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