I am trying to change the font for one page. http://tinyurl.com/82bbfje
I found this post, but not sure if it's what I'm looking for http://tinyurl.com/7ue9dpe
Any help is appreciated
I am trying to change the font for one page. http://tinyurl.com/82bbfje
I found this post, but not sure if it's what I'm looking for http://tinyurl.com/7ue9dpe
Any help is appreciated
you must edit and change the CSS stylesheet
Try using Firefox with the Firebug add-on for this kind of work.
http://getfirebug.com/
Thanks eft0. Figured it out. And thank YOU esmi. Big help!
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.
You must log in to post.