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
Comment #1
Jeff Burnz commentedFirst 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.
Comment #2
laceiba commentedAh, many thanks. I appreciate your speedy answer.
Comment #3
Mambo89 commentedwhat about if i want to add a neu font?
thanks
by