Fix button font family on Firefox
Review Request #9042 — Created June 28, 2017 and submitted — Latest diff uploaded
Firefox renders
input[type=submit]
with the system font family instead
of using thefont-family
rule specified forbody
. We now explicitly
state thefont-family
to use for these inputs, which fixes the issue.
Without this patch applied, submit/input buttons render using the
system font on Firefox on macOS. With it applied they do not.