gothic font

This is a discussion on gothic font within the CSS forums, part of the Development category; i have to use a gothic font for a client website as they want their website to have gothic font ...


Reply
 
LinkBack Thread Tools Display Modes
Old 28th February 2010, 07:49 AM   #1
Member
 
Join Date: Sep 2009
Posts: 169
Thanks: 0
Thanked 0 Times in 0 Posts
sudhakararaog is on a distinguished road
Expertise: Total Beginner
Experience: Basic / None
Default gothic font

i have to use a gothic font for a client website as they want their website to have gothic font

so if i install gothic font in my machine and use
body{
font: normal 12px "Century Gothic", Arial, sans-serif;
// or font: normal 12px "century gothic", Arial, sans-serif;
}

and have serif or sans-serif at the end as a last option and if the users who browse the client website have gothic font then the users should be able to see this gothic font for the entire website

please advice

thanks
sudhakararaog is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Old 28th February 2010, 09:27 AM   #2
moderator
 
kozata-xakep's Avatar
 
Join Date: Feb 2010
Location: Varna, Bulgaria
Posts: 50
Thanks: 0
Thanked 11 Times in 11 Posts
kozata-xakep will become famous soon enough
Expertise: Web Development
Experience: Professional
Default

Hello sudhakararaog,

Centry Gothic is not a system font, so this means that if the user don't have it (as usual) it will be replaced with next declared.

Centry Gothic is a Sans-Serif font, so you have substitute it with another similar font.

You can try to find another similar Sans-Serif here: Typetest - Compare fonts for the screen.

Hope this help you :)
kozata-xakep is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!twitter
Reply With Quote
Reply

Tags
font, gothic

Thread Tools
Display Modes