how do i make the title font GOURMET HEARTH like my site?
Its defaulting to times.
how do i make the title font GOURMET HEARTH like my site?
Its defaulting to times.
Hi there, @Mike_Berro1 ![]()
Could you please send me a link to the page, where your widget is installed? I’ll gladly look into this ![]()
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 ![]()