Ahoy –
How do I change the font family for the “&” symbol?
Hi mcraig77!
Please add following code to Quick CSS
.special_amp {
font-family: inherit;
font-size: inherit!important;
font-style: inherit;
font-weight: inherit;
color: inherit!important;
}
Cheers!
Yigit
Thanks!