Page 1 of 1

change font

Posted: Wed Nov 23, 2005 10:55 am
by daan
my current font is verdana

Code: Select all

<font size=3 face=verdana color=black>
can i change it to Viner Hand ITC

Posted: Wed Nov 23, 2005 11:00 am
by twigletmac
Yes but that won't make it visible to everyone since they'll need to have the font installed to show it. If you quote all of your HTML attributes you'll find it easier to add values with spaces.

Mac

P.S. Topic moved to Client Side forum as it isn't a PHP question.

Posted: Wed Nov 23, 2005 11:07 am
by Charles256
this may be a bad practice so investigate before you apply,but if I'm using a font everyone may not have I make an image of it. that way I can ensure it gets veiwed how I want. that's just me though.

Posted: Wed Nov 23, 2005 11:10 am
by twigletmac
Charles256 wrote:this may be a bad practice so investigate before you apply,but if I'm using a font everyone may not have I make an image of it. that way I can ensure it gets veiwed how I want. that's just me though.
Which is generally a decent way of creating one off headings but not entire pages of text :)

Mac

Posted: Wed Nov 23, 2005 11:53 am
by jayshields
yup, what mac said.

if you want to use a custom font you can embed it with CSS can't you? Never done it myself but I think you can. Googlize it :)