Ver código fonte

Make buttons use the font

master
Fen Dweller 4 anos atrás
pai
commit
cdabfd81ca
1 arquivos alterados com 4 adições e 0 exclusões
  1. +4
    -0
      reset.css

+ 4
- 0
reset.css Ver arquivo

@@ -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 {


Carregando…
Cancelar
Salvar