kerning css

CSS
// There is no kerning property, but you can use letter-spacing
div{
   letter-spacing: 2px; 
}  
Source

Also in CSS: