overridding html tag

Apr 23, 2009 14:56

Ther is a certain person on my friends page who insists on changing their font face with the tag. I have tried to override it in my css (adding !important to the entryText class), but have been unable to get it to change the font.

Is it possible to override the html font element with css? What else can I try?

eta: styling the font tag did not work, even with !important.
what did work was adding the folowing:

.entryHolder font, .entryHolder span, .entryHolder, .entryHolder div {
font-family: whatever !important;
}

text

Previous post Next post
Up