SurTri
1
My website is : www.TOAIArt.com (It is not password protected)
I have added 3 Custom-HTML Sections to the home page.
The texts in the Custom-HTML sections are appearing in ‘Old-Standard TT’ font type. I need to change them to
Alegreya-Sans . But I am unable to do so , kindly help.
Add this CSS to your theme,
.section-header .section-header__title {
font-family: Alegreya Sans, sans-serif !important;
}
Let me know if you need help with adding this CSS.
The font name is actually Alegreya Sans and what your developer added is Alegreya-Sans (with a hyphen) which is wrong

1 Like