Hello,
You said you want to change the font, so I provided the selector so that you could change anything.
Replace all the code with this one:
body .sidebar-widget .widget-title {
font-size: 20px;
}
body .widget a {
font-size:20px;
}
Change 20px and 60px as per your needs.
Best Regards