Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing font


ChromeCrow

Recommended Posts

Posted

i want to change the font of my cre loaded store to match the one i chose for my logo ( papyrus)

 

This isnt a standard font ( arial, times roman etc ) so i doubt changing it would be as easy as naming it in the stylesheet.... is there a way i can do this?

 

thanks in advance

Posted

Fonts saved in images you can do. But other fonts shown on the page are limited to the fonts available in the users Browser and what settings they have in their browser. You have no control over it.

 

Vger

Posted

ChromeCrow,

 

Try this code but you will have to code this font where ever your text goes. It may not show papyrus in some of the older browsers and some settings for font on some browsers, but should on most of the newer versions. I tested it in Firefox, Opera and IE and showed up just fine.

 

<p><font face="Papyrus">Your content goes between these codes</font></p>

 

or you can make your font larger or smaller by changing the font size.

 

<p><font face="Papyrus" size="4">Welcome</font></p>

Posted
ChromeCrow,

 

Try this code but you will have to code this font where ever your text goes. It may not show papyrus in some of the older browsers and some settings for font on some browsers, but should on most of the newer versions. I tested it in Firefox, Opera and IE and showed up just fine.

 

<p><font face="Papyrus">Your content goes between these codes</font></p>

 

or you can make your font larger or smaller by changing the font size.

 

<p><font face="Papyrus" size="4">Welcome</font></p>

 

remove the <p> and </p> if you need to the are for paragraph start and end codes

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...