Are you using GUIControls or showimg? for the fonts folder make sure you have this in folder configuration.
PHP Code:
file fonts/*.ttf
Also if your using a GUIProfile that already is setup using another profile, try this.
PHP Code:
useownprofile = true;
profile.fonttype = "arial"; // Or whatever your font type is.
If your using showimg/find image it might be this, not to sure havn't used showimg in a long time.
PHP Code:
findimg(index).font = "arial";