Applying different font to bold

Home Forums Use Any Fonts Applying different font to bold

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6137
    Cai
    Guest

    Hi,

    I’ve just bought your plugin and it seems to be working OK.

    But I’m not sure how I apply a different font face to the tag.

    For example I have applied Gibson-Light to my H2 tag. I want to apply Gibson-SemiBold to the tag within the H2 tag.

    How can I do this?

    Thanks

    #6139
    Dinesh
    Keymaster

    Hi Cai,

    You can’t assign both fonts to same elements at once. So you need to have child element inside the parent one.

    For example
    <h2>This is a <strong>test</strong> </h2>

    Here you can assign light to h2. For strong you need to assign using custom elements and it should be h2 strong. This was the test will use bold font and rest text will use light one.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Applying different font to bold’ is closed to new replies.