Hi, is there an easy to make more font weights available (e.g. Open Sans 300, 600, 800)?
In Avada, I can just add some css in the custom css box.
Thank you very much for a very nice theme.
Arne Thorbeck
Hi Arne-Thorbeck!
Please try the following in Quick CSS under Enfold–>General Styling:
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,600,800);
Cheers!
Rikard
Hey!
Enclosed the font in a span tag with a unique class or id attribute. Example here: http://www.newmarketing.no/wordpress/scatec4/wp-admin/post.php?post=9&action=edit
Add this in the Quick CSS field:
span.opensans-custom {
font-weight: 300;
}
Please remove the sample text.
Cheers!
Ismael
OK , thank you!
Can you also answer the two other questions in my post:
How can I set the size of a text-block higher than the 40 px that I can control in the textblock editor?
How can I control the kerning/letterspacing?
BR Arne
Hey!
If you use the text editor, you could use something like this:
<p style="font-size:50px !important; letter-spacing: 5px !important;">
Your text here
</p>
You can adjust the value 50 to your liking for the size and the value 5 for the spacing.
Regards,
Rikard
Hei Rikard,
This works beatiful!
Best regards,
Arne