Author Topic: Forum Rank Font?  (Read 1780 times)

You know how some people have "Fake Admin", "lovey Beast", or "The Fast" in front of their name (I think it was based off of Elftitties' title). What font are they using for this? I know it is part of their avatar.

I don't think I'm even using the right font lol

badspot actually set it there for them
im pretty sure the pricing is at around 50 bucks but i need to check

someday badspot will make me a for realz lovey beast.
I'm sure he's going to make buy buy another 30 keys first x.x

I don't think I'm even using the right font lol

I like the more pixelated one, I think fastlex has it.


wat
not only is he make buy buying but he is going to make buy buy another 30 keys!

Code: (html) [Select]
<b><a href="http://forum.blockland.us/index.php?action=profile;u=1099">Ephialtes</a></b><br />
<span class="smalltext">
Global Moderator<br />
<img src="http://forum.blockland.us/avatarUpload/avatar_1099.png" alt="" class="avatar" border="0" /><br />
</span>
this is html

Code: (css) [Select]
.smalltext
{
font-size: x-small;
}
this is css, the size is x-small

Let's just assume that this is the font:
Code: (css) [Select]
font-family: verdana, arial, helvetica, sans-serif;

Yep. The font is the first font from the following list that you have, and is 2/5 of your default font size from browser settings:

  • Verdana
  • Arial
  • Helvetica
  • The default sans-serif font from browser settings

The actual appearance also depends on the font rasterizer used by your operating system.
Long story short: You can't add a rank by drawing text in your avatar - it'll never look right for everyone.

Personally I just use the font "Small Fonts" for anything smaller than 8-point.  But it's up to you I suppose.