@mtibesar here is the code for the button text underline and I am assuming this is your theme font? You can change the font family if it’s not.
.ab-button.ab-button-shape-rounded.ab-button-size-medium {
text-decoration: none;
font-family: -apple-system, blinkmacsystemfont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}