Hi, I was wanting to know how I can set Line Height and Kerning to my font presets in “Font Manager”
So every page i use the preset text I dont have to keep setting the values
Thanks in advance 
Hi, I was wanting to know how I can set Line Height and Kerning to my font presets in “Font Manager”
So every page i use the preset text I dont have to keep setting the values
Thanks in advance 
Hello @MolemanProductions,
Thanks for writing in!
The font manager will only manages the font family selection. Adjusting the line height and the letter spacing maybe done with custom css to override the default settings. To do this, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
body {
line-height: 1.8;
letter-spacing: 2px;
}
Please let us know if this works out for you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.