TypeSource

@tobiasahlin

Happiness & Design

Lato Thin

View Google Font

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

abcdefghijklmnopqrstuvwxyz

ABCDEFGHIJKLMNOPQRSTUVWXYZ

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

Lato Thin 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=Lato:100' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato:100italic' rel='stylesheet' type='text/css'>
<!-- Typography -->
<div class="had">
  <h1 class="had-r1">Happiness <span class="had-amp">&amp;</span> Design</h1>
</div>

<style type="text/css">
.had {
  color: #d44b15;
  text-align: center;
  background-color: #e5e4e4;
  font-size: 1em;
  font-family: Lato, serif;
  padding: 14em 0em 16em;
}

.had-r1 {
  line-height: 1em;
  font-size: 7em;
  font-weight: 100;
}

.had-amp {
  color: #fff;
  font-size: 3em;
  font-style: italic;
  vertical-align: bottom;
  margin: 0 -0.3em;
}

</style>
Browse more examples