Okay
  Public Ticket #3399880
FAQ
Closed

Comments

  •  16
    Soluforyou started the conversation

    Hi,

    how can I change the header with my Adobe linked font called Juana? I gave that header the name "faq-juana' and have tried adding this CSS, but no result

    /* FAQ Font */
    .faq-juana {
        font-family: "juana", serif !important;
    }

  •  16
    Soluforyou replied

    Update: I solved with this CSS. it needed the h3 as well:

    .title h3 {
        font-family: 'juana'!important;
        font-weight: normal !important;
    }