PDA

View Full Version : How to specify font-size in pt?


Anak|N-
06-30-2003, 12:48 PM
I have a small problem -- In the CP you can only specify font sizes as 1 or 2 or 3 or whatever.

However I want to use this font size, which I use on my site:

style="font-size: 8pt"

Meaning I want to set the normal and big font sizes to 8pt, rather than just 2.

Any idea how I can do this? Thanks in advance.

filburt1
06-30-2003, 01:19 PM
Try editing the replacement for <normalfont to:

<font class="nf"

Then adding to headinclude's CSS section:

.nf {font-size: 8pt}

If you search at vBT this is also pretty well documented :)

Anak|N-
06-30-2003, 02:09 PM
Thanks, it worked fine :)