Viewing 4 replies - 1 through 4 (of 4 total)
  • you must edit and change the CSS stylesheet

    Try using Firefox with the Firebug add-on for this kind of work.
    https://getfirebug.com/

    Thread Starter mixit

    (@mixit)

    Thanks eft0. Figured it out. And thank YOU esmi. Big help!

    Thread Starter mixit

    (@mixit)

    Also, for anyone else who may need assistance with this kind of thing.

    Ended up using Google Web Fonts (VERY COOL) and the plugin WP Google Fonts.

    Chose what font I needed and applied a custom css in the section it provides below within the settings of the plugin.

    .testimonials #content {
     font-family: 'Dancing Script', arial, serif;
    font-weight:400;
    font-size:18px;
    }

    Hope this helps anyone else who may need it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change font for one page’ is closed to new replies.