Fix font of mw-ui-button
authorjdlrobson <jdlrobson@gmail.com>
Thu, 28 Aug 2014 18:10:30 +0000 (11:10 -0700)
committerjdlrobson <jdlrobson@gmail.com>
Thu, 28 Aug 2014 18:10:30 +0000 (11:10 -0700)
Bug: 70072
Change-Id: I12bbdc7c84ce2cc99271c8ffd9dca24cb7d1faf9

resources/src/mediawiki.ui/components/buttons.less

index ebf4779..7142d4d 100644 (file)
@@ -24,6 +24,8 @@
 //
 // Styleguide 2.1.
 .mw-ui-button {
+       // Inherit the font rather than apply user agent stylesheet (bug 70072)
+       font-family: inherit;
        font-size: 1em;
        // Container layout
        display: inline-block;