I\'m trying to style the font in an input button as bold.
Here\'s my code:
Are you using chrome for a MacOS? If so, try adding a background-color to the button to see if it fixes it. The default Aqua styles might be interfering. You can also try -webkit-appearance: none; or -webkit-appearance: button;.
-webkit-appearance: none;
-webkit-appearance: button;