Log in

View Full Version : Need a Fixed Font



marain
11-24-2013, 02:53 PM
Hi Folks,

I think I'm resigning myself to just being a moocher here, seeking answers to questions, and likely to never develop sufficient expertise to earn the thanks of others. Be that as it may, here is my current perplexity:

http://www.marainlaw.com/page.php?here=PTI is a page on which the acronym "PTI" appears on many occasions. Proportional spacing makes the "TI" in PTI look like the Greek letter pi. I can completely cure that by inserting a space between "T" and the "I". That, however, would destroy the search-engine value of the PTI repetition, which is the thrust of the entire page. I think I can solve this problem by css specification of a fixed font. I seek suggestions on what that font might be.

Best,

A.

mlegg
11-24-2013, 04:02 PM
try this http://jsfiddle.net/rvYES/10/ and see how it works

where I have
body {
font: normal 100%/1.5 Arial;
}

change Arial to whatever font you want to use

traq
11-24-2013, 06:54 PM
Alternatively, you can change the letter spacing for those characters:
<span style="letter-spacing:.25em;">PTI</span>

traq
12-07-2013, 04:50 AM
This thread is attracting a lot of spam; I am closing it for that reason.

If anyone would like it reopened, please PM me.