Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #442078

    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

    #442250

    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

    #442347
    This reply has been marked as private.
    #442903

    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

    #442917

    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

    #443531

    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

    #443708

    Hei Rikard,
    This works beatiful!

    Best regards,
    Arne

    #444126

    Hi!

    Great, glad we could help.

    Regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Adding more Open Sans font weights for use in Enfold’ is closed to new replies.