How Do I Use Font Space In Css? Code Example


Example 1: letter spacing css


div{
letter-spacing: 2px;
}

Example 2: kerning css


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

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable