Page 1 of 1

Which font ?

PostPosted: Tue Dec 08, 2009 9:12 am
by kombizz
I would need your help about the style or name of the font that Dan is using it here:
http://www.pbase.com/camera0bug/new_york_pbase
Would you please kindly write what syntax I should use for theis.
Thanks

Re: Which font ?

PostPosted: Tue Dec 08, 2009 2:54 pm
by mardoli
Hello!
The name of the font is
Papyrus
Would you like using it in a different CSS?
I'm not sure I fully understood if you want simply to know the name of the font, in order to put it in your CSS, or if you need to create a new CSS.
Best
Marisa

Re: Which font ?

PostPosted: Wed Dec 09, 2009 3:37 am
by ladytanya
You need add this code to your CSS style sheet:
Code: Select all
font-family: Papyrus, 'Poor Richard', 'Bookman Old Style', verdana, Tahoma, Helvetica, sans-serif;

for sample you can place it to body tag:
Code: Select all
body {
...
font-family: Papyrus, 'Poor Richard', 'Bookman Old Style', verdana, Tahoma, Helvetica, sans-serif;
...
}