ok, quick question about fonts
I’m working on my companies internal web site just now. We have our own font for company use and I want to use it in the site. The site consists of a flash top section and HTML bottom section. Now the font is displayed with no problems in the flash section but using this code in CSS…
font-family: “Univers Extended”, “Trebuchet MS”, Arial, Helvetica, sans-serif;
IE on the PC just starts using Trebuchet. Never dealt with this kinda thing before cause I usually just pick a general font that everyone has for my HTML pages, but in this case I have the Univers Extended font and so does everyone in the company. It works on the mac, but not the PC.
Anyone know how to tell a browser to use this font rather than skip it and use the second one in the list?