Am playing with this at the moment.
This is a basic starting point.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("userlogos.org")
{
*
{
font-family:ENTER FONT HERE !important;
}
}
Another option I am trying at the moment allows certain windows to have a new font and other parts of the UL Page to retain their conventional aspect.
(using bluemarine)
A good use would be a scrpt style font for only the central elements
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("userlogos.org")
{
p,div.node
{
font-family:ENTER FONT NAME HERE !important;
}
}