TypeSource

@tobiasahlin

A conversation with

Nils Frahm

Raleway Heavy

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=Raleway:800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lora:400italic' rel='stylesheet' type='text/css'>
<!-- Typography -->
<div class="nf">
  <h2 class="nf-r1">A conversation with</h2>
  <h1 class="nf-r2">Nils Frahm</h1>
</div>

<style type="text/css">
.nf {
  color: #000;
  text-align: center;
  background-color: #f6f6f6;
  font-family: Raleway, sans-serif;
  line-height: 3em;
  padding-top: 11em;
  padding-bottom: 13em;
}

.nf-r1 {
  font-size: 1.5em;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2em;
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
}

.nf-r1::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 20%;
  bottom: -0.5em;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #000;
}

.nf-r2 {
  font-family: Lora, serif;
  font-size: 8em;
  line-height: 1em;
  font-weight: 300;
  font-style: italic;
}

</style>
Browse more examples