Howdy,

Thank you for the wonderful theme. I have a very basic question about changing the font family used throughout the theme. I would like to try Verdana instead of Arial (or Helvetica). I made the following change to style.css, but the font family remains the same:

#pixture-reloaded {
  /* font-family: "Helvetica neue", Helvetica, Arial, Verdana, sans-serif; */
  font-family: Verdana, Arial, sans-serif;

Do I need to do something else to see how this would look? Thanks in advance for any help and I apologize for such a basic question.

Comments

Jeff Burnz’s picture

First thing, you don't need to comment out the existing styles, just re-order the priority, e.g.

#pixture-reloaded {
font-family: Verdana, "Helvetica neue", Helvetica, Arial, sans-serif;
}

When you make changes to style.css, you must re-save the theme settings for them to take effect - style.css is modified by the color module and saved along with the re-coloured images in your files folder.

laceiba’s picture

Status: Active » Closed (fixed)

Ah, many thanks. I appreciate your speedy answer.

Mambo89’s picture

what about if i want to add a neu font?

thanks
by