Hi chrisgreenmusic
First, customized so that it is not lost in the update of the theme, you must use the child theme
Download from
http://www.tenman.info/download/child-raindrops.zip
(header boxed simplest)
or
https://wordpress.org/themes/boots
(header full width)
create file child-raindrops / fonts.css ( copy from raindrops theme )
Change the codes
fonts.css line:18
/**
* The example of use Google WEB Fonts
@import url(http://fonts.googleapis.com/css?family=Parisienne);
#site-title span{
font-family: 'Parisienne', cursive;
}
*/
Change below ( commentout remove, add stryle rules )
/**
* The example of use Google WEB Fonts*/
@import url(http://fonts.googleapis.com/css?family=Parisienne);
#site-title span{
font-family: 'Parisienne', cursive;
}
/* add style rules */
.rsidebar .widgettitle,
.lsidebar .widgettitle,
.rsidebar .widget-title,
.lsidebar .widget-title{
font-family: 'Parisienne', cursive;
}
/* add style rules */
Upload child theme and theme activate
thank you.