[Resolved] System Stack Heading Font Weight

Home Forums Support [Resolved] System Stack Heading Font Weight

Home Forums Support System Stack Heading Font Weight

Viewing 15 posts - 1 through 15 (of 36 total)
  • Author
    Posts
  • #1261526
    Christian

    Hello, GP Team!

    Quick question. Is it possible to change the Font Weight for just my Headings while using System Stack as my “Font Family?”

    • I’ve already tried Customizer > Typography > Headings > and changing the font-weight without any success.
    • I’ve made sure to apply the changes to the right Heading.
    • Text-transform works fine.
    • Font weight works fine when I use Google Fonts instead of System Stack.

    Thanks in advance!

    #1261560
    Suraj Katwal

    [Not Official Representative] Hi Christian, I think you can do that by visiting Appearance > Customize > Typography > Headings > Font Weight

    View post on imgur.com

    #1261574
    Christian

    Hey, Suraj!

    Thanks for the reply, unfortunately, that’s not making any changes.

    #1261885
    Leo
    Staff
    Customer Support

    I believe you have this CSS added somewhere that’s overwriting the customizer setting:

    h1.entry-title {
        font-weight: 600;
    }

    Let me know if this helps 🙂

    #1261929
    Christian

    Would that affect only System Stack? I can use any System Font or Google Font and it works fine.

    Also, this is the only CSS I’ve directly added to the site:

    a.button,
    a.button:visited,
    button,
    input[type="submit"] {
    	border-radius: 7px;
    }
    
    @media(min-width:768px){
    
    .container-1 {
    	display:flex;
    	width: 768px;
    	margin-left:auto;
    	margin-right:auto;
    }
    }
    
    .container-1 div{
    	padding: 10px;
    }
    

    I just check the style.css on Theme Files just in case, but couldn’t find the code you mentioned either.

    #1261933
    Bas

    Hi,

    I’m having the same issue.
    I’ve set System Stack for the whole website.
    Buttons are working with a font weight of 700 but Headings stay the same, no matter what I choose.

    You can check my website out HERE

    #1262014
    Leo
    Staff
    Customer Support

    @Christian Can you specify the element we should be looking at here?


    @Bas
    I’m seeing this CSS which is overwriting GP’s style:
    https://www.screencast.com/t/isTSFzXYPcoT

    You have caching plugins enabled so I can’t tell where it’s coming from. It could be from another plugin.
    Please open a support topic if you need further help with this.

    Thanks!

    #1262037
    Christian

    The CSS I sent is added to “Additional CSS” in the Customizer.

    I’m using it to style a Header Element.

    #1262070
    Leo
    Staff
    Customer Support

    Can you guide me to the page where I can see the header element?

    The home page isn’t using one.

    #1262155
    Christian

    Here’s a blog post with the Header Element:

    However, my problem is not with the Header Element, but with the Headings in Typography.

    When using the “System Stack” and trying to change the Headings font-weight to let’s say 700 or 900, it doesn’t change.

    It changes okay when using other System Fonts or Google Fonts (I’m currently using Verdana), but not with System Stack.

    #1262156
    Leo
    Staff
    Customer Support

    So we are talking about the body font here?

    Can you disable Autopimize and any caching plugins enabled?

    #1262160
    Christian

    Yes, well… Technically “Headings (H1, H2, etc)” font. The body font does change weight even when using System Stack as the font-family.

    Yes, I disabled Autoptimize and still doesn’t work.

    I do not have any caching plugins enabled.

    #1262170
    Leo
    Staff
    Customer Support

    Can you keep Autopimize disabled for me to take a look?

    #1262171
    Christian

    Absolutely, it’s already disabled so feel free to take a look.

    #1262172
    Christian

    Would you like me to change the font to “System Stack” as well?

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