When I view (for example) this page on mobile, the footer shows up in Times New Roman *not* Executive-Regular. Can you help?
My CSS in Customize > Additional CSS is:
.footer-text { font-family: ‘Executive-Regular’!important; font-size:18px !important; letter-spacing: -0.5px !important; color: #9e9c9c; }
/*Footer on small screens*/
@media(max-width:767px){.footer-text { font-family: ‘Executive-Regular’!important; font-size:16px !important; letter-spacing: -0.5px; color: #9e9c9c; } }
.copyright { font-family: ‘Executive-Regular’!important; font-size:18px !important; letter-spacing: -0.5px !important; color: #9e9c9c !important; }
/*Copyright on small screens*/
@media(max-width:767px){.copyright { font-family: ‘Executive-Regular’!important; font-size:16px !important; letter-spacing: -0.5px; color: #9e9c9c !important; } }