icrease the fornt height size code example
Example 1: css change text size
p {
font-size: 150% /*px, cm, in, etc.*/;
}
Example 2: how to change height font css
p {
display: inline-block;
font-size: 32px;
transform: scale(.5, 1);
}
p {
font-size: 150% /*px, cm, in, etc.*/;
}
p {
display: inline-block;
font-size: 32px;
transform: scale(.5, 1);
}