Fonts in PHP

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
enemeth
Forum Commoner
Posts: 66
Joined: Tue Mar 27, 2007 8:55 am

Fonts in PHP

Post by enemeth »

hi there everyone,

i was just wondering if it is possible to use php to use the same fontsfor a webpage,

for example i want the same type of font Georgia to be used for all the font type , but i dont want to have to type it over and over again for each page , is that possible?

thanks ,

Elaine
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

Are you using styles?
enemeth
Forum Commoner
Posts: 66
Joined: Tue Mar 27, 2007 8:55 am

Post by enemeth »

no i am not
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

Create a style sheet with the font you want and include the style sheet on every page :)

...moved to client side.
enemeth
Forum Commoner
Posts: 66
Joined: Tue Mar 27, 2007 8:55 am

Post by enemeth »

can someone explain to me how to create a style sheet?

Elaine
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

enemeth wrote:can someone explain to me how to create a style sheet?

Elaine
There are hundreds upon thousands of good CSS tutorials out there...

http://www.google.com/search?complete=1 ... YLE+SHEETS
enemeth
Forum Commoner
Posts: 66
Joined: Tue Mar 27, 2007 8:55 am

Post by enemeth »

thanks

Elaine
Post Reply