Override fonts for all elements in a web page


*,
button,
input,
optgroup,
option,
output,
select,
textarea {
  font-family: "Whatever";
}