On Sep 26, 2009, at 1:00 PM, mr.freeze wrote:

>
> Thanks, a friend was telling me that it was defaulting to Serif.  I
> think he is confused.

On general principles, I'd always terminate a font-family spec with a  
generic family. Instead of

font-family: "Segoe UI", Arial, Helvetica;

use

font-family: "Segoe UI", Arial, Helvetica, sans-serif;


Also, you might want to check your CSS syntax:

http://jigsaw.w3.org/css-validator/validator?uri=http://www.web2pyslices.com/main/default/index

In particular, // is not a CSS comment delimiter.


>
> On Sep 26, 2:51 pm, Jonathan Lundell <[email protected]> wrote:
>> On Sep 26, 2009, at 12:33 PM, mr.freeze wrote:
>>
>>
>>
>>> Can someone with a mac please view this site and tell me what font  
>>> it
>>> defaults to?:
>>
>>> http://www.web2pyslices.com/main/default/index
>>
>> It's going to be a function of available fonts, not the browser or
>> system. Macs have Arial and Helvetica, but not Segoe, so it shows up
>> as Arial.
>>
>> If you want to use something prettier, scroll down this page for a
>> list of standard fonts (I suppose that Apple has a list somewhere,  
>> but
>> I don't know where).
>>
>> http://www.mackb.com/Uwe/Forum.aspx/mac/25661/Fonts-10-4-to-10-5
> >



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to