Tony Hardy
Well-Known Member
Hey everyone,
I need to display the font Futura on the header of a webpage, I have the CSS knowledge of how to make it display, but, that's for a Mac, as it comes as standard.
I know there's been advancements in the field on how to make it dispay in Windows too, how's it done? This is what I've got at the minute;
.nav_container.horizontal { /* Enabled via Display Options */
font-family: Futura, Verdana, Arial, sans-serif;
font-size:;
left: auto;
padding: 0 0 0 0;
position: relative;
top: -55px;
right: -690px;
width: 500px;
z-index: 1;
}
I need to display the font Futura on the header of a webpage, I have the CSS knowledge of how to make it display, but, that's for a Mac, as it comes as standard.
I know there's been advancements in the field on how to make it dispay in Windows too, how's it done? This is what I've got at the minute;
.nav_container.horizontal { /* Enabled via Display Options */
font-family: Futura, Verdana, Arial, sans-serif;
font-size:;
left: auto;
padding: 0 0 0 0;
position: relative;
top: -55px;
right: -690px;
width: 500px;
z-index: 1;
}