Re: [css-d] Most popular fonts for browsers

2008-04-09 Thread Cristian Palmas
2008/4/9, David Hucklesby [EMAIL PROTECTED]:
 Personally, I do believe this subject is most relevant to the practical
  use of CSS. Rather than a design choice it's a question of what is
  available?

  Accordingly I'll put a book in my britches and mention a resource that's
  a bit more contemporary than those already listed:

   http://www.apaddedcell.com/web-fonts

  Cordially,
  David


Thanks David for your useful resource.
Thinking about it, I agree with you when you say that it is a matter
of practical use of CSS.
Anyway I think that we discussed this subject perhaps too bit further...
Now we have all resources to make our choice concerning typefaces.
Thanks to all of the list.

-- 
~ Cristian Palmas ~
__
css-discuss [EMAIL PROTECTED]
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/


Re: [css-d] Most popular fonts for browsers

2008-04-09 Thread tedd
At 3:09 PM +0200 4/8/08, Cristian Palmas wrote:
Hi All,

I'm creating a CSS layout for my personal website, divided into six
subdomains, that each has its own layout. In literature section I want
to use a banner with a particular typeface that reminds the act of
writing (Mistral, Lucida Sans and so on). Anyway, since I don't want
to create images to take place on the h2, h3, h4 tags, I was thinking
about a good font to use both for the banner and for the literature
subdomain titles.

Every browser can show the true type fonts installed on their machine:
if I don't have Comic Sans MS installed, my browser can't show it.
So I was looking for most popular fonts in order to choose one that
fits my visual layout intentions but which is commonly used by users.

Does anybody know about a list of commonly used fonts?
Thanks.

--
~ Cristian Palmas ~


http://www.codestyle.org/css/font-family/sampler-WindowsResults.shtml

Cheers,

tedd


-- 
---
http://sperling.com  http://ancientstones.com  http://earthstones.com
__
css-discuss [EMAIL PROTECTED]
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/


Re: [css-d] Most popular fonts for browsers

2008-04-09 Thread tedd
At 10:17 AM -0500 4/8/08, Chris Akins wrote:
tick-tock, wonder how long before this off-topic post is ended

This isn't really about the practical use of CSS, but more a design choice,
right?

Just a friendly reminder :-)

At first, I thought that too, but isn't knowing what's available for 
css font-family properties part of the practical application of css 
and thus on-topic?

No need for comment.

Cheers,

tedd


-- 
---
http://sperling.com  http://ancientstones.com  http://earthstones.com
__
css-discuss [EMAIL PROTECTED]
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/


Re: [css-d] Most popular fonts for browsers

2008-04-09 Thread Alan Gresley
tedd wrote:

 tick-tock, wonder how long before this off-topic post is ended
 
 At first, I thought that too, but isn't knowing what's available for 
 css font-family properties part of the practical application of css 
 and thus on-topic?
 
 Cheers,
 
 tedd


This is off topic. Where in the CSS specs does it list popular fonts on 
various OS. Knowing what's available for CSS font-family is good 
information but can any further comments or links be added to the new 
section on this wiki page.

http://css-discuss.incutio.com/?page=FontFamilyProperty

Alan

__
css-discuss [EMAIL PROTECTED]
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/


Re: [css-d] Most popular fonts for browsers

2008-04-09 Thread tedd
At 12:53 AM +1000 4/10/08, Alan Gresley wrote:
tedd wrote:

tick-tock, wonder how long before this off-topic post is ended

At first, I thought that too, but isn't knowing what's available 
for css font-family properties part of the practical application of 
css and thus on-topic?

Cheers,

tedd


This is off topic. Where in the CSS specs does it list popular fonts 
on various OS. Knowing what's available for CSS font-family is good 
information but can any further comments or links be added to the 
new section on this wiki page.

http://css-discuss.incutio.com/?page=FontFamilyProperty

Alan

And who says this list isn't friendly?

tedd
-- 
---
http://sperling.com  http://ancientstones.com  http://earthstones.com
__
css-discuss [EMAIL PROTECTED]
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/


[css-d] Most popular fonts for browsers

2008-04-08 Thread Cristian Palmas
Hi All,

I'm creating a CSS layout for my personal website, divided into six
subdomains, that each has its own layout. In literature section I want
to use a banner with a particular typeface that reminds the act of
writing (Mistral, Lucida Sans and so on). Anyway, since I don't want
to create images to take place on the h2, h3, h4 tags, I was thinking
about a good font to use both for the banner and for the literature
subdomain titles.

Every browser can show the true type fonts installed on their machine:
if I don't have Comic Sans MS installed, my browser can't show it.
So I was looking for most popular fonts in order to choose one that
fits my visual layout intentions but which is commonly used by users.

Does anybody know about a list of commonly used fonts?
Thanks.

-- 
~ Cristian Palmas ~
__
css-discuss [EMAIL PROTECTED]
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/


Re: [css-d] Most popular fonts for browsers

2008-04-08 Thread David Laakso
Cristian Palmas wrote:
 Does anybody know about a list of commonly used fonts?
 Thanks.

   



Hmm...

h1,
h2,
h3,
h4,
h5,
h6 {font-family:serif;/*or sans-serif;*/}


-- 
http://chelseacreekstudio.com/

__
css-discuss [EMAIL PROTECTED]
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/


Re: [css-d] Most popular fonts for browsers

2008-04-08 Thread Fora
Know Google?
Keywords: web standard fonts

http://www.ampsoft.net/webdesign-l/WindowsMacFonts.html




 
 Does anybody know about a list of commonly used fonts?
 Thanks.
 
 -- 
 ~ Cristian Palmas ~
 __
 css-discuss [EMAIL PROTECTED]
 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/


__
css-discuss [EMAIL PROTECTED]
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/


Re: [css-d] Most popular fonts for browsers

2008-04-08 Thread Ingo
Cristian Palmas schrieb am 08.04.2008 15:09

 So I was looking for most popular fonts in order to choose one that
 fits my visual layout intentions but which is commonly used by users.

http://www.visibone.com/font/FontResults.html


Regards, Ingo
__
css-discuss [EMAIL PROTECTED]
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/


Re: [css-d] Most popular fonts for browsers

2008-04-08 Thread Martin Sammtleben
At 15:09 +0200, 8/4/08, Cristian Palmas wrote:
Does anybody know about a list of commonly used fonts?

Look at the survey results linked at the top of this page:
http://www.codestyle.org/css/font-family/

Cheers   Martin
__
css-discuss [EMAIL PROTECTED]
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/


Re: [css-d] Most popular fonts for browsers

2008-04-08 Thread Chris Akins
tick-tock, wonder how long before this off-topic post is ended

This isn't really about the practical use of CSS, but more a design choice,
right?

Just a friendly reminder :-)

On Tue, Apr 8, 2008 at 8:48 AM, Martin Sammtleben [EMAIL PROTECTED] wrote:

 At 15:09 +0200, 8/4/08, Cristian Palmas wrote:
 Does anybody know about a list of commonly used fonts?

 Look at the survey results linked at the top of this page:
 http://www.codestyle.org/css/font-family/

 Cheers   Martin
 __
 css-discuss [EMAIL PROTECTED]
 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/

__
css-discuss [EMAIL PROTECTED]
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/


Re: [css-d] Most popular fonts for browsers

2008-04-08 Thread Ernie Finlay

  Have a look at the following fonts.
 
Ernie :) 
 
 Fonts.
Arial,Verdana,Geneva,Helvetica,sans-serif.Agency FB(open type)Algerian(open 
type)Harlow solid italic  
Old English Text MT,Script MT bold,Edwardian Script ITC,Vladimir Script (true 
type)
Brush Script (True type),Brush Script MT(Italic)Kunstler Script,French Script 
MT (open type)Lucida Calligraphy
 
 
 Date: Tue, 8 Apr 2008 09:38:59 -0400 From: [EMAIL PROTECTED] To: [EMAIL 
 PROTECTED] CC: css-d@lists.css-discuss.org Subject: Re: [css-d] Most 
 popular fonts for browsers  Cristian Palmas wrote:  Does anybody know 
 about a list of commonly used fonts?  Thanks.   Hmm...  h1, 
 h2, h3, h4, h5, h6 {font-family:serif;/*or sans-serif;*/}   --  
 http://chelseacreekstudio.com/  
 __ 
 css-discuss [EMAIL PROTECTED] 
 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/
_
Get in touch in an instant. Get Windows Live Messenger now.
http://www.windowslive.com/messenger/overview.html?ocid=TXT_TAGLM_WL_Refresh_getintouch_042008
__
css-discuss [EMAIL PROTECTED]
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/


Re: [css-d] Most popular fonts for browsers

2008-04-08 Thread Michael Adams
On Tue, 08 Apr 2008 15:09:51 +0200
Cristian Palmas wrote:

 Hi All,
 
 I'm creating a CSS layout for my personal website, divided into six
 subdomains, that each has its own layout. In literature section I want
 to use a banner with a particular typeface that reminds the act of
 writing (Mistral, Lucida Sans and so on). Anyway, since I don't want
 to create images to take place on the h2, h3, h4 tags, I was thinking
 about a good font to use both for the banner and for the literature
 subdomain titles.
 
 Every browser can show the true type fonts installed on their machine:
 if I don't have Comic Sans MS installed, my browser can't show it.
 So I was looking for most popular fonts in order to choose one that
 fits my visual layout intentions but which is commonly used by users.
 
 Does anybody know about a list of commonly used fonts?
 Thanks.
 

http://www.codestyle.org/css/font-family/sampler-CombinedResults.shtml

-- 
Michael

All shall be well, and all shall be well, and all manner of things shall
be well

 - Julian of Norwich 1342 - 1416
__
css-discuss [EMAIL PROTECTED]
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/


Re: [css-d] Most popular fonts for browsers

2008-04-08 Thread David Hucklesby
On Tue, 8 Apr 2008 10:17:37 -0500, Chris Akins wrote:
 tick-tock, wonder how long before this off-topic post is ended

 This isn't really about the practical use of CSS, but more a design choice, 
 right?

Personally, I do believe this subject is most relevant to the practical
use of CSS. Rather than a design choice it's a question of what is
available?

Accordingly I'll put a book in my britches and mention a resource that's
a bit more contemporary than those already listed:

  http://www.apaddedcell.com/web-fonts

Cordially,
David
--

__
css-discuss [EMAIL PROTECTED]
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/