Hello There,
Thanks for updating this thread! If you would like to make the text on all of your buttons to be bold, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.site .x-btn {
font-weight: bold;
}
Hope this helps. Kindly let us know.