W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
Re: Can a font face be specified in a style sheet?
Doc wrote:[color=blue]
>
> How do you specify a font face in a CSS?
>
> Thanks[/color]
This is really a question for
<URL:news:comp. infosystems.www .authoring.styl esheets>.
Go to the CSS1 specification at <URL:http://www.w3.org/TR/REC-CSS1>
and scroll down to Section 5.5.2. Just remember, others cannot
view your page with fonts they don't have on their own computers.
Thus, it's important to specify alternative fonts followed by a
generic font-family.
--
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/>.
Comment