I would like to change the font and weight for the Hero module?
Hi assetivity1
You can add to your custom.css file
.acm-features.style-1 h1 { font-family:yourfontname!important; font-weight:yourweight!important; }
Great thanks! This ticket is now resolved.