Andy B. wrote:
> www.eternityrecords.org/private/
>
> In the top left corner of the page are the words "Eternity Records" set in
> 1.5em font size. 2 questions:
>
> 1. Does it appear to fit well in any of your browsers for the size it has to
> fit in (298px wide and 75px high)?
>   


It will depend on the font.



> 2. I need a scripted font (some sort of nice professional and easily
> readable font for it). Any ideas on what to use? I would also need a generic
> font family to use in case the browser doesn't have that particular font.
> Something in scripted font if possible.
>   




Calling a script-font is pretty much unpredictable among OSes.
You may get much better results for both size and availability using an 
italic serif.

I would try:

.EternityRecords_Title {
font: italic 3.4em Palatino,"Palatino Linotype", serif;
/*font-size: 1.5em;delete*/
left-margin: auto;
right-margin: auto;
}

Best,
~d
<aside>
The font-size you have specified for the text in the left and right 
columns will be very difficult to read on landing for some sighted 
viewers...




-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to