One font for entire site

Discussion in 'Andrina WordPress Theme' started by rapidresults, Nov 12, 2012.

  1. rapidresults

    rapidresults Guest

    Joined:
    Feb 5, 2012
    Messages:
    44
    Likes Received:
    0
    Hi:

    I would like one font for ALL the text on the entire site - Goudy Old Style - how can I do this please?

    Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Go to Js > Custom.js present in your theme directory and remove the code given below

    Code:
    Cufon.replace({
    hover: true
    })('#colRight h2')('.reply',{
    hover:true
    })('h1')('h2')('h3')('h4')('h5')('h6');
     
    
    Now,


    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    h1,h2,h3,h4,h5,h6,a,p{
    font-family:Goudy Old Style!important;
    }
     
  3. rapidresults

    rapidresults Guest

    Joined:
    Feb 5, 2012
    Messages:
    44
    Likes Received:
    0
    Thanks for your reply but this did not work and I'm not sure why.
     
  4. califfx

    califfx Member

    Joined:
    Feb 28, 2013
    Messages:
    34
    Likes Received:
    5
    rapidresults do this:

    1. Go to: Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    2. Enter:

    h1,h2,h3,h4,h5,h6,a,p{
    font-family:Goudy Old Style!important;
    }

    3. Unzip the andrinatheme.zip on your hard drive to a folder you need to create called andrinatheme
    4. Now navigate to andrinatheme > js> custm.js
    5. Open custom.js in an editor like dreamweaver, textpad or notepad.
    6. Remove lines 10-14

    It looks like this
    Cufon.replace({
    hover: true
    })('#colRight h2')('.reply',{
    hover:true
    })('h1')('h2')('h3')('h4')('h5')('h6');

    7. save
    8. You will need to ftp this document to your server in the correct folder. Ftp stands for file transfer protocol
    9. The folder will be "yoururl.com/public_html/site/wp-content/themes/andrinatheme/js"

    If you don't know how to ftp youtube it. Google and load mozilla firefox to you computer. Then get fireftp. Google and load fireftp for firefox. It's free
    Google any tutorials you may need to learn fire ftp. You will be able to transfer files fro your pc to your server such as custom.js

    GOOD LUCK!
     
    Nitesh likes this.

Share This Page