Log in

View Full Version : Usergroup fonts ?


psxnet
04-02-2008, 06:28 PM
Recently, and for no apparent reason, I.E. I have not changed or added anything to the forum in any way, all the user titles have reverted to what I presume must be a standard font that looks like Times New Roman 8

In usergroup manager I have an entry for each group under Username HTML Markup, similar to the following:

<span style="font: 16px aeriel;color: purple;">

and this has always worked fine for years.
The colour is still fine, it's just the font and the size that have stopped working !, so any ideas what may have gone wrong please folks ?

Running 3.7.0 beta 3

Thanks.

Bradley_Wint
04-02-2008, 06:35 PM
you can learn to spell Arial properly for a change.
i did it in my editor and it should be
<span style="font-size : 16px;font-family : Arial;color : purple;">
right?

SEOvB
04-02-2008, 06:48 PM
I dunno,


<span style="font-size: 16px; font-family: arial, 'lucida console', sans-serif; color: purple;"> </span>


I know that way will work, im not sure about the CSS you posted (obvisously not if it's not working :D)

Lynne
04-02-2008, 07:00 PM
Both will most likely work, however FRDS did it the more preferred way since he lists at least one alternative and then states the default font category.

Bradley_Wint
04-02-2008, 07:39 PM
both ways do successfully work... just tested it. Use FRDS' code. :)