diff --git a/polygerrit-ui/app/styles/shared-styles.html b/polygerrit-ui/app/styles/shared-styles.html index cc1dabd165..97252519dd 100644 --- a/polygerrit-ui/app/styles/shared-styles.html +++ b/polygerrit-ui/app/styles/shared-styles.html @@ -38,6 +38,12 @@ limitations under the License. margin: 0; padding: 0; } + input, + textarea, + select, + button { + font: inherit; + } body { line-height: 1; }