|
Posted by Roy A. on 06/07/07 12:25
On 7 Jun, 13:44, Sherm Pendley <spamt...@dot-app.org> wrote:
> "Martijn Swart" <adsl634779S...@tiscali.nl> writes:
> On the other hand, you can have *some* influence over what happens when Bank
> Gothic isn't available, by supplying a list of suggested fonts in CSS. If a
> user's browser supports CSS, and if the user hasn't configured it to ignore
> font suggestions, the browser will use the first font available from those
> listed. You should be sure to list one of the generic "family" names last,
> as the final fallback if nothing else is available.
>
> Example CSS:
>
> BODY {
> font-family: "Bank Gothic" Times serif;
> }
You forgot commas: font-family: "Bank Gothic", Times, serif;
[Back to original message]
|