Font used in Forum emails

Re: Re: Font used in Forum emails

deur Mia Musolino -
Getal antwoorde: 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.
Gemiddeld van beoordelings: -
In antwoord op Mia Musolino

Re: Re: Re: Font used in Forum emails

deur Mary Evans -
Prentjie van Core developers Prentjie van Documentation writers Prentjie van Peer reviewers Prentjie van Plugin developers Prentjie van 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
Gemiddeld van beoordelings: -
In antwoord op Mary Evans

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

deur 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;
}
Gemiddeld van beoordelings: -