Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Chainge font in frontoffice


Recommended Posts

Hi, Guyyzz,

 

Youre becomming family now, LOL

 

My font is causing some of my clients not to see the correct price.

How can i chainge the default font used on my webpage??

 

C u soon,

 

:blush: :blink: :-" :'(

Link to comment
Share on other sites

you would do this from the stylesheet.css its listed, assuming you use a 2.3 store it looks like this

 

.ui-widget {

font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;

font-size: 11px;

}

 

body {

background: #fff;

color: #000;

margin: 0px;

font-size: 11px;

font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;

}

 

you need to change them. or rearange them. (where it says font-family)

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Link to comment
Share on other sites

you would do this from the stylesheet.css its listed, assuming you use a 2.3 store it looks like this

 

.ui-widget {

font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;

font-size: 11px;

}

 

body {

background: #fff;

color: #000;

margin: 0px;

font-size: 11px;

font-family: Lucida Grande, Lucida Sans, Verdana, Arial, sans-serif;

}

 

you need to change them. or rearange them. (where it says font-family)

Nic

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...