Email template question: Does anyone know if there is a clean way to change the font in an email template for a group of paragraph elements? The built-in editor puts two separate spans inside of each p element, one for font-size, another for font-family. We have to make the same edit across a few dozen templates, and I'd like to do it with minimal changes, if possible. Are there any wrapping elements capable of applying these styles to several sub-elements? I would normally do this with CSS and classes, but that doesn't work in an email template.