Okay
  Public Ticket #266031
H2 font not working
Closed

Comments

  • eric started the conversation

    I have centered headings set and when I put them in the font isn't taking the font as set in Salient Settings for H2 font - if I set to H3 - it works - but H2 isnt working!

    the weight changes for H2 if I set it in the typography settings, but the font won't change!

  • eric replied

    if I use inspect element on chrome and remove ".section-title" it goes to the right font... wonder why??

  • eric replied

    got it working with this

    .row .col.section-title h1, .row .col.section-title h2 {

    font-family: 'lora';

    }