For instance, I have this page which uses the following stylesheet:
body
{
font-family: Arial;
font-size: 10px;
}
When I put CuteEditor on this page and I select Arial as the font for the text within the CE, the font tags are not added, because the current page already uses Arial as it's font.
Now I save the html content of the CE to database en retrieve it when viewing the page, which has no stylsheet. The text is displayed in Times New Roman, as it's missing the <font family property.