font change for COMPLETE beginner

sadiemay / 2012-10-30 23:33:04   

hi

could someone please tell me (in the most simple way) how to change all the fonts on my site (to baskerville)?
i have hunted around the forum but really need basic instructions if possible! i don't know where the style css lives and am pretty unfamiliar with coding etc...

thanks!!

arsondpi / 2012-10-31 08:12:30   

Go to Admin -> Assets -> style.css and in the beginning find the line that affect the body:

  1. body {
  2. ...
  3. font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif;
  4. ...
  5. ...
  6. }
sadiemay / 2012-10-31 09:18:41   

thanks...but i can't seem to find the admin section though? i am using the indexhibit v0.70...

arsondpi / 2012-10-31 10:26:15   

Oooops - sorry. Find your style.css in ndxz-studio -> site -> sample (or whichever theme you're using) and edit the font-family property there.

sadiemay / 2012-10-31 13:48:39   

thank you! it took a while to work out i needed to go to my hosting site and not just the indexhibit page..got there in the end. cheers!

This thread has been closed, thank you.