you select button element insted of class:
button:hover { font-family: Arial, Helvetica, sans-serif; }
it has to be:
.button:hover { font-family: Arial, Helvetica, sans-serif; }
if you want to select class="button"