Hi JohnnyV_01 ,
It's stated on the changelog that we added new options for font size and border radius :
- You can now change font size and border radius of the label
The button label should adopt your sites font style.
Can you perhaps send us a link to your site and show us what font style should the button adopt?
You can also manually change the label font by using WordPress' Additional CSS in Customize.
Just copy and paste this:
.buttonizer .buttonizer-label {
font-family: sans-serif;
}