Forum Moderators: open
If not, where can i get helvetica font for free?
Within my website, what happens if a user is looking at my site who also does not have helvetica on their system? Is there a way to embed the font?
thankyou
eg.
BODY {
font-family: Arial, Helvetica, sans-serif;
}
The browser then uses the first font listed that is available on the system. The last entry, "sans-serif", is a family of fonts in a similar style.
There are ways to embed fonts but none are widely used.
Ta
Limbo
The five generic font families are:
serif
sans-serif
cursive
fantasy
monospace
Personally I would never install an unrequested plug-in like this and I'm pretty sure I'm in the majority here.
Plus it only works on IE and Netscape.
And, of course, if the browser doesn't support it (Opera etc), then it doesn't matter anyway, since the text will still display on screen ok. Nothing will be lost.
font is kinda instantly embedded
Kinda ;)
They are mapped as a vector image when the file is coverted to swf.
Image editors can also give you this control - where you can use any font you like, convert the native file to a browser compliant one and dispaly it as a graphic - eg GIF.
But not good practice for large amounts of text.
Ta
Limbo