• 
      

    Fix button font family on Firefox

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

    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.