Font used in Forum emails

Re: Re: Font used in Forum emails

by Mia Musolino -
Number of replies: 4
Thanks, yes I have been doing a bit of formatting on some emails that mostly just go out internally so spam filters are not an issue. All I want to do is make the font something sans serif instead of times roman. Everything else can stay the same. Thanks for your help, though. I'll see what's in that file that you mention.
In reply to Mia Musolino

Re: Re: Re: Font used in Forum emails

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers
Have you tried adding CSS to your theme’s settings page, that’s assuming you have Admin access to them?
For example: 
body { font-family: ‘Trebuchet MS’ , sans-serif; }
Hope this helps?
Mary
In reply to Mary Evans

Re: Re: Re: Re: Font used in Forum emails

by Mia Musolino -
Well there is already these statements for body and they aren't having an effect. this is a pervasive thing because the emails I get from these forums are also serif fonts.
body {
margin: 0;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 20px;
color: #333;
background-color: #fff;
}