how to change height font css

CSS
p {
  display: inline-block;
  font-size: 32px;
  transform: scale(.5, 1);
}
Source

Also in CSS: