Where can I find one?
Where can I find one?
There's no such thing.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
There are no particular compatible fonts. Any font on a users computer (assuming it's properly installed) is available in the browser, to display text set to that font. But the issue is that fonts differ for different users.
There are some standard fonts that you should consider using, such as courier, arial and times, but those are kinda boring at times.
The way to use custom fonts is to set it as:
specific font; font-family; type [sans/serif];
that will get you as close as possible, within the system.
At a minimum, you'll at least have chosen sans-serif or serif.
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
....(o_ Penguins
.---/(o_- techno_racing
+(---//\-' in
.+(_)--(_)' The McMurdo 500
Worse than useless -- the costs involved in using something like sIFR far outweigh the benefits.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
- serif
- sans-serif
- monospace (I'm not sure if this one's "safe", but is safer than a specific monospace font)
That's it! That's the whole list of "safe" fonts. You can use others, but always have one or more of these as a fall back, ex:
Code:font-family:Courier New, monospace, serif;
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
I just wasn't sure, that's all. I take it you know for a fact that it is. That's good enough for me. I was thinking, perhaps in older browsers . . . but if you go back far enough, even assigning font via style isn't 'safe' except insofar-as it degrades gracefully if coded properly.
In any case, it is a short list. All the rest definitely require that the user have them installed. Now, if you wanted a list of the commonly installed fonts, that could probably be found, but the accuracy would be suspect and subject to change. However, good general guidelines as to what is OK to use could be made up and used with confidence, as long as one of the three 'safe' fonts I already listed is used as a fall back.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
I didn't know it was that simple... well... as far what fonts can be used. I thought there were only a few certain fonts that a browser would display otherwise would go to default. But thank you! That helps quite a bit.
Bookmarks