Site logo

[Support request] Header font weight not working

Home Forums Support [Support request] Header font weight not working

Home Forums Support Header font weight not working

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #809857
    Michael

    I am trying to get the font weight for my Header to 100 but it is not changing what so ever,

    This is what I’ve tried:

    .hero-heading {
    font-family: ‘Playfair Display’;
    font-size: 3em;
    font-weight: 100;
    }

    and in the customizer it only shows regular, 700, italic, etc.

    Actually, now that I look at it, I don’t think it’s even showing up as Playfair, but Serif instead.

    #810160
    Michael

    Just incase anyone is wondering, this has not been resolved, and the topic just a few hours before mine does not resolve it as well.

    #810175
    David
    Staff
    Customer Support

    Hi there,

    Playfair Display doesn’t have a 100 weight – only Regular (400), 700, Bold (900) and the italic variants.

    #810177
    Michael

    Hello,

    Check the font on my regular site https://www.solelylove.com/ of the Solely Love Films, it has the font weight 100 so it is possible, how can I achieve this?

    #810207
    David
    Staff
    Customer Support

    Fonts will grab the closet available size, so if you changed that font to 200, 300, 400 or 500 they would all use the Regular size and look identical. If you change it to 600 it will jump to 700 as this is the closest match.

    #810210
    Michael

    So how do I get a 100 font weight for my Playfair Display font? It’s pretty much imperative to the style.

    #810213
    David
    Staff
    Customer Support

    On your static site the Font it is actually using is the Regular (400) weight font. So you can leave the font as Regular in the customizer or set it in your CSS as 100, 200, 300, 400 or even 500 – and it will look the same as your static site.

    #810219
    Michael

    I’ve done that but it still appears thick

    #810223
    David
    Staff
    Customer Support

    So i edited the CSS in browser dev tools, changed the font to Playfair Display and set it to 400 weight this is the result:

    Test

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.