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