Jump to content

Recommended Posts

Posted

I have a few signatures that I have noticed with some weird fonts. Looks normal in Google. It is messed up in Firefox, Opera, and IE, and iPad. On the picture the top signature is the one in question.

post-49-0-58402100-1445406962_thumb.png

Posted

there is no path

# Options for the signature that's generated
Config::Set('SIGNATURE_TEXT_COLOR', '#eeeeee');
Config::Set('SIGNATURE_SHOW_EARNINGS', true);
Config::Set('SIGNATURE_SHOW_RANK_IMAGE', false);
Config::Set('SIGNATURE_SHOW_COPYRIGHT', false);

  • Moderators
Posted

ok then you need to add it like this:

Config::Set('SIGNATURE_FONT_PATH', SITE_ROOT.'/lib/fonts/ARLRDBD.TTF');

You need to add this first. :

Config::Set('SIGNATURE_USE_CUSTOM_FONT', true);

  • 1 year later...
Posted (edited)

ok then you need to add it like this:

Config::Set('SIGNATURE_FONT_PATH', SITE_ROOT.'/lib/fonts/ARLRDBD.TTF');

You need to add this first. :

Config::Set('SIGNATURE_USE_CUSTOM_FONT', true);

Both of these pieces get added to local.config? I am getting those hideous looking fonts as well as depicted in the top sig in Eddies pic.

**EDIT**

Got it. Thanks for this answer Parkho. Have you found a font size trick yet?

Edited by TAV1702

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...