css set height based on font code example
Example: how to change height font css
p {
display: inline-block;
font-size: 32px;
transform: scale(.5, 1);
}
p {
display: inline-block;
font-size: 32px;
transform: scale(.5, 1);
}