This week we fine tuned our websites using CSS. We addressed the kerning of the title through:
<h1><span class="kerntight">J</span>ohn Baske<span class=“kernloose">r</span>ville</h1>
.kerntight { letter-spacing: -5px; }
.kernloose { letter-spacing: 5px; }
font-kerning: auto; font-kerning: normal; font-kerning: none;
This didn’t have a massive effect but it is important to pay attention to the details especially if designing for clients. We also fixed things like padding and margians.