enter the following code in the custom css to change the font size-
h1.site-title a {
font-size : (Your font size);
}
To change the title description, enter the following code in custom css-
h2.site-description a {
font-size : (Your font size);
}
It should work