Title font Set to default from website but going to times

how do i make the title font GOURMET HEARTH like my site?

Its defaulting to times.

1 Like

Hi there, @Mike_Berro1 :waving_hand:

Could you please send me a link to the page, where your widget is installed? I’ll gladly look into this :slightly_smiling_face:

1 Like

Thank you!

We’ve added this code to the Custom CSS section on the Style tab of yoru widget’s settings:

@import url('https://fonts.cdnfonts.com/css/gourmet-hearth');

[class*='directory-header__Container-sc'] > div:first-child {
  font-family: 'Gourmet Hearth';
}

Please check it out and let me know how it worked :slightly_smiling_face: