> From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] > On Behalf Of Marvin Hunkin > Sent: Wednesday, February 03, 2010 2:47 PM > To: WSG@WEBSTANDARDSGROUP.ORG > Subject: [WSG] FINAL VERSION OF MY SITE > > HI. > CAN SOME ONE TAKE A FINAL LOOK AT THIS SITE. > AND GOT 2 FONTS. > ONE VERDANA AND ONE Arial black. > do i need any other fonts. > and does it look really good? > and also any other improvements. > let me know. > and if i need to make any changes. > tell me how to do this. > marvin. > > http://www.raulferrer.com/joe/html/
Marvin, As I mentioned in a previous post, font-family names that contain a space need to be between quotes, so you should use: h1 { font-family: "Arial Black"; text-align: center; } instead of: h1 { font-family: Arial Black; text-align: center; } -- Regards, Thierry | www.tjkdesign.com ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: memberh...@webstandardsgroup.org *******************************************************************