I am getting a little interested in the client-side part of the game (moving things on the HUD to certain places).

The WARMUP: text is a little too big, I already figured out how to move the text, now I just want to know if it is possible to make the text smaller.
I wonder, is it located in the same place as the position part of the of code?
CG_DrawStringExt(320 - w * 12/2, 50, s1, colorWhite, qfalse, qtrue, 12, 18, 0);
I am in cg_draw.c if no one noticed.
Is it one of the other numbers in that particular code?
Any help is appreciated.
