Click to See Complete Forum and Search --> : gothic font


sudhakararaog
02-28-2010, 02:50 AM
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

Fang
02-28-2010, 04:21 AM
Users will only be able to see "Century Gothic" if it is on their machine.
Font embedding (http://randsco.com/index.php/2009/07/04/p680)

rnd me
03-03-2010, 01:10 AM
capitalization doesn't matter in css rules.