ChromeCrow Posted July 5, 2006 Posted July 5, 2006 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
♥Vger Posted July 6, 2006 Posted July 6, 2006 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
usernamenone Posted July 6, 2006 Posted July 6, 2006 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>
usernamenone Posted July 6, 2006 Posted July 6, 2006 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.