Having some trouble adjusting line height and font size with CSS
Below is the HTML code:
<h2>I've finally stopped searching for love by sniffing other dogs. I found the most attractive Corgi on TinDog. Woof.</h2>
CSS code:
h2{
font-family: 'Montserrat', sans-serif;
font-size: 10rem;
line-height: 1.5;
}