opt_inf_env@yahoo.com wrote:[color=blue]
>
> All fonts listed here:
> <URL:http://www.codestyle.org/css/f*ont-family/sampler-CombinedRes*ultsFull....>
>
> are just "usual" fonts and I need "unusual" fonts like listed here:
> <URL:http://bowfinprintworks.com/Sc*ript01Pg2.html>.
> What I need to do if I need to know probability that a given "unusual"
> font will be displayed on user's PC? Is there any possibility to get
> responce from user automatically? For example, I know that I can put
> some lines in my html document which will tell me whether browser of
> user supports JavaScripting or not. Can I do something similar to get
> feedback about fonts?[/color]
First of all, your question is about the "probability that a given
'unusual' font will be displayed on user's PC?" The "Code Style"
site answers that. If a font is not listed at all, it's unlikely
to be installed in a user's PC. If a font is indeed listed, then
you can see the percentage of PCs, Macs, and Linux (not UNIX)
systems that have it. That percentage can be treated as the
probability of that the font will be displayed.
Since fonts are installed differently between PCs, Macs, and Linux
systems, you are unlikely to be able to develop a single script
that will work for all.
[color=blue]
> Is there any possibility to give "description" of font together with my
> html page, where this font is used (for the case if this font is not
> installed on user's PC)?[/color]
What you should do is use a style-sheet with "font-family" to
specify your preferred font, 1-3 backup fonts to use if your
preferred is not available, and a generic font family if none of
the explicitly fonts are available. In your case, the generic
family would likely be cursive.
By the way, the "Code Style" site does list some cursive fonts.
The only cursive font common to PCs, Macs, and Linux systems is
Comic Sans MS (94% of PCs, 91% of Macs, 48% of Linux); but this is
NOT a script font. Brush Script MT is found on PCs (33%) and Macs
(73%); while this is a script font, it's not as appealing as
Edwardian Script or the Shelley fonts.
--
David E. Ross
<URL:http://www.rossde.com/>
I use Mozilla as my Web browser because I want a browser that
complies with Web standards. See <URL:http://www.mozilla.org/>.