Fix button font family on Firefox

Review Request #9042 — Created June 28, 2017 and submitted

Information

Review Board
release-2.5.x
d0eeed1...

Reviewers

Firefox renders input[type=submit] with the system font family instead
of using the font-family rule specified for body. We now explicitly
state the font-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.

Description From Last Updated

Should this go on release-2.5.x?

daviddavid
david
  1. 
      
  2. Show all issues

    Should this go on release-2.5.x?

  3. 
      
brennie
david
  1. Ship It!
  2. 
      
brennie
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.5.x (69d4e4d)
Loading...