I'm probably missing something simple, but I cannot figure out how to increase the vertical space between lines of text. I think indicating "padding" is the solution, but am not sure how to do this.
To expand, just set the line-height to an absolute value like this:
.test {
font-size: 12pt;
line-height: 16pt;
}
This will render any element with the class "test" have a 12-point font size and the line height will be 4 points higher which will give you 4 points extra space.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.