New Landing How can we help? Themeforest Theme Support Dante Different font types for H1 and H3

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #162933
    celeteweitz
    Member
    Post count: 57

    Hi support,

    I want to have “Source Sans Pro” for H1 and “Open Sans” for the rest of the Headings i.e H2, H3, H4, H5, H6. Is this possible?

    Regards
    Celeste

    #162940
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    h1{
    font-family: "Source Sans Pro" !important;
    }
    
    h2,h3,h4,h5,h6{
    font-family: "Open Sans" !important;
    }

    Thanks
    Mohammad

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.