Help with setting the font I want

Apr 30, 2007 03:23

I've added the following to the CSS box in the customization page for my journal, but it didn't change the font at all.  Could someone help?

body, td, font, div, p {
font-family: "trebuchet ms", sans-serif;
}

page:fonts

Leave a comment

Comments 4

nimoloth April 30 2007, 09:55:44 UTC
Try it without the inverted commas - you don't need them, just the comma between names, i.e.

body, td, font, div, p {
font-family: trebuchet ms,sans-serif;
}

Reply

ysilme October 17 2013, 11:26:08 UTC
Oh, thank you so much, this helped me a lot and works fine!

Reply


av8rmike April 30 2007, 13:21:29 UTC
Actually, nothing is wrong with the specifier you used. You're not seeing a change because the Sorbet theme already uses Trebuchet MS as its default font. ;) Try using a bigger font or maybe a serifed font to see a change.

Reply

underhiswings1 April 30 2007, 17:10:51 UTC
Thanks, Mike. You're right and it reminded me that I had messed with my browser's preferences not too long ago causing the change in font. Sorry 'bout that, but thanks.

Reply


Leave a comment

Up