Gotham font vertical alignment test
HTML
<link rel="stylesheet" href="http://mayer.matusbielik.sk/css/fonts.css">
<h3>3</h3>
CSS
body {
font-family: 'Gotham Light', sans-serif;
background-color: #282828;
font-size: 14px;
}
div {
color: white;
font-size: 5em;
background:red;
line-height:80px;
}