font-family: 'Open Sans', sans-serif;
line-height: 1.5;
font-weight: bold;
font-size: 2.5rem;
font-family: 'Lora', serif;
line-height: 1.5;
font-size: 1.5rem;
- h1 => 2.5rem
- h2 => 1.5rem
- h3 => 1.5rem
- h4 => 1.5rem
- h5 => 1.5rem
- h6 => 1.5rem
Adjust the h tag ratio h2 ~ h6 as needed, in the current case from h2 down is using body text size, but differenciate itself as heading using heading font family.
Place the font link within head tag
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i" rel="stylesheet">