- This topic has 1 reply, 2 voices, and was last updated 3 weeks ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
how do increase the spacing in heading fonts. How can i adjust the size or font in the headings 1-6?
Hi there,
Thanks for writing in!
To change the heading font size and spacing, please add the code below to your Dashboard > Appearances > Customize > Addition CSS (please feel free to change the height value as you wish) :
h6 { font-size: 10px; letter-spacing: 0.5px; }
h5 { font-size: 12px; letter-spacing: 0.5px; }
h4 { font-size: 14px; letter-spacing: 0.5px; }
h3 { font-size: 20px; letter-spacing: 0.5px; }
h2 { font-size: 24px; letter-spacing: 0.5px; }
h1 { font-size: 28px; letter-spacing: 0.5px; }
Hope this helps,
Danny