Forum Moderators: not2easy

Message Too Old, No Replies

futura font is not taking in Firefox,it is differring from IE

         

ravi

5:59 am on Aug 2, 2008 (gmt 0)

10+ Year Member



Hi,

When i am using the Futura font,it is entirely differing from IE.

Even though i installed in my system/Font folder,it is showing me in different manner.

css

#subMiddle_middle {

width:670px;
float:left;
border:0px solid #D0D0D0;
vertical-align:top;
}

.middleText{

color:#292021;
font-size:39px;
font-family:FuturaStd-Light;
padding-left:42px;

}

html

<div id="subMiddle_middle">
<div class="middleText">

T H E&nbsp; C O L O U R S &nbsp; O F &nbsp; L I F E
</div>
</div>

can anyone help me to fix this issue.
by
ravi

Marshall

6:26 am on Aug 2, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



ravi,

For what it is worth, on my laptop (XP), Futura comes across as "Futura Lt" so your css should read -

font-family: "Futura Lt";

Marshall

ravi

7:55 am on Aug 2, 2008 (gmt 0)

10+ Year Member



Thanks Marshall ,

When applying the font "Futura Lt", it entierly different from the FuturaStd-Light.Can u pls help me.

If we apply "Futura Lt" it is perfect.But it effect is different.

I would like to apply that font both in firefox and IE.

by
ravi

Marshall

8:12 am on Aug 2, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



These are the four Futura fonts on XP -

"Futura Lt"
"Futura Md"
"Futura Bk"
"Futura Hv"

Not sure which one matches what you want to do, but that is all there is to choose from.

Marshall