Hi Ben,

As you might have noticed (from previous mails) I'm not an expert user, but
maybe this helps:

The font (in all my pages in any case) is defined not by the editor, but
rather by the stylesheets you set up. If your paragraph uses a style sheet
like in the samples the css file's entry reads something like this:

div,h1,h2,td,ul,li {
    font-family: Verdana, sans-serif;
    color: #000;
    font-size: 11px;
    vertical-align: top;
    line-height: 17px;
}

In my experience I've found all the paragraphs to be added in a <div> tag
which would default to using Verdana when rendered.

Find out which stylesheet your paragraph is using and change it.

That's my advice / opinion.

Johan

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 269.5.1/765 - Release Date: 2007/04/17
05:20 PM
 


----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/developer.html
----------------------------------------------------------------

Reply via email to