badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Changing header title and description fonts

#3956
Sanjip Shah
Participant

@lindagrandjct The title font option will affect all the titles not just the header title. You can install this plugin http://wordpress.org/plugins/wp-google-fonts/ to load the google font of your choice into the WordPress theme. Then use the following custom css to use those fonts for the header title and the tagline.

#site-title {
    font-family: 'Gentium Basic',serif;
}
#site-description {
    font-family: 'Gentium Basic',serif;
}

You can use other font of your choice instead of Gentium Basic that you load via the above plugin.