Browse Source

Make buttons use the font

master
Fen Dweller 4 years ago
parent
commit
cdabfd81ca
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      reset.css

+ 4
- 0
reset.css View File

@@ -34,6 +34,10 @@ input, select {
vertical-align: baseline;
box-sizing: border-box;
}

button {
font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {


Loading…
Cancel
Save