Comments 16Soluforyou started the conversationJune 24, 2023 at 1:46pmHi, 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;} 16Soluforyou repliedJune 24, 2023 at 4:45pmUpdate: I solved with this CSS. it needed the h3 as well: .title h3 { font-family: 'juana'!important; font-weight: normal !important;}1 Like Sign in to reply ...
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;
}
Update: I solved with this CSS. it needed the h3 as well:
.title h3 {
font-family: 'juana'!important;
font-weight: normal !important;
}