RE: Phaistos in ConScript

From: Jungshik Shin (jshin@mailaps.org)
Date: Fri Jul 05 2002 - 23:02:54 EDT


On Sat, 6 Jul 2002, Michael Everson wrote:

> At 21:37 -0400 2002-07-05, Jungshik Shin wrote:
>
> > Why don't you use css2 to specify font-family?
>
> Because while I use as CSS for my website in general, I am not sure
> how to specify a style for an individual document.

RTFS (Read the fine standard ) :-).
You can put something like the following in <head> of your html file:

<style type="text/css">
   .phaistos { font-family : "Everson Mono Phaistos", EversonMonoPhaistos}
</style>

Then, in place of

<h1>
<font face=.....> ...</font>
</h1>

you can have

<h1 class=phaistos>.......</h1>

Alternatively, without <style> .... </style>, you can
just designate font-family in <h1> tag directly as below:

<h1 style="font-family: 'Everson Mono Phaistos', EversonMonoPhaistos">
.....
</h1>

> > > but it had no effect on the OS X browsers which failed for me earlier.
> > Mozilla 1.1alpha under Windows 2k also works fine once I installed
> >your font. Have you tried Mozilla 1.1alpha or 1.0 under MacOS X? Netscape
> >6.2 is based on Mozilla 0.9.4 released more than a year ago.
>
> Where can I find that?

  You can find both 1.1alpha and 1.0 at <http://www.mozilla.org>.

  Jungshik Shin



This archive was generated by hypermail 2.1.2 : Fri Jul 05 2002 - 21:26:37 EDT