[Resolved] System Stack Vs Inherit Font

Home Forums Support [Resolved] System Stack Vs Inherit Font

Home Forums Support System Stack Vs Inherit Font

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1725404
    metcomllc@aol.com

    What is the difference between System Stack and Inherit Font? Which one is better for Core Web Vitals (CLS)?
    https://www.tryhypnosisnow.com

    #1725551
    Elvin
    Staff
    Customer Support

    Hi there,

    System stack is simply letting the OS of the device pick the font from what’s installed in it.

    Setting Inherit font to an element means you’re setting it to inherit the font family used by its parent container.

    Example Scenario #1: If you set your Body’s font to “System Stack” and you set “Inherit” to your H1, since H1 is a child element of Body, H1 will inherit “System stack”.

    Example Scenario #2: If you set your Body’s font to “System Stack” and you set “Inherit” to your H1 BUT you’ve set a font family “Arial” to the Content container, All the H1 outside of content container will inherit “System stack” while all the H1 within the content container will inherit “Arial” as it’s direct parent to inherit from is the content container.

    #1725553
    metcomllc@aol.com

    Its sounds like system stack is better for Google Core Vitals?

    #1725559
    Elvin
    Staff
    Customer Support

    Its sounds like system stack is better for Google Core Vitals?

    Yes, as the performance is better because there’s no extra request for fonts for the browser to load as it’s already using one from the OS.

    #1725577
    metcomllc@aol.com

    Thank you!

    #1725588
    Elvin
    Staff
    Customer Support

    No problem. 🙂

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