TypeSource

@tobiasahlin

Everything you need to know about

iPhone 6S

Raleway Heavy

View Google Font

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

abcdefghijklmnopqrstuvwxyz

ABCDEFGHIJKLMNOPQRSTUVWXYZ

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

Raleway Thin

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=Raleway:100' rel='stylesheet' type='text/css'>
<!-- Typography -->
<div class="eyntk">
  <h1 class="eyntk-r1">Everything you need to know about</h1>
  <h1 class="eyntk-r2">iPhone 6S</h1>
</div>

<style type="text/css">
.eyntk {
  color: #fff;
  text-align: center;
  background-color: #343434;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  padding-top: 10em;
  padding-bottom: 11em;
}

.eyntk-r1 {
  color: #ee7062;
  border-bottom: 3px dotted #5d5d5d;
  font-size: 3em;
  font-weight: 800;
  line-height: 1.6em;
  display: inline-block;
}

.eyntk-r2 {
  margin: 0;
  font-size: 12em;
  line-height: 1em;
  font-weight: 100;
}
</style>
Browse more examples