Hi Rene,
Currently, We don’t have any customize settings to change the footer text font size. So If you want to change the font size of footer text you should write a custom CSS and put it into your child theme CSS file.
#site-footer {
font-size: 1em;
}
Thank You.