Set font in Pagebuilder

Posted in: Newspaper
Post count: 1

Hello!

I don’t understand how can I change the font in Pagebuilder mode.
If I add a text block It loads the correct font only if i set paragraph text, when I change in title (H1, H2, H3) the font is another and I can’t find where change these.

I tried with the “Custom Heading” in Visual Composer but my google font there isn’t in list. How can I add It?

Thank you for your help.

http://www.screencast.com/t/2lGZjTkn
http://www.screencast.com/t/e3j3K3FiA7U

Post count: 22421

Hello,

The font from a textblock in visual composer is affected by the body font: http://screencast.com/t/tbpdkUnr but it will only get the font family. The size will have to be added with custom css like so:
.wpb_text_column p{
font-size: 20px;
}

I hope this helps.
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.