]> Raphaël G. Git Repositories - airbundle/commitdiff
Remove font-weight inheritance
authorRaphaël Gertz <git@rapsys.eu>
Mon, 28 Dec 2020 08:27:35 +0000 (09:27 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Mon, 28 Dec 2020 08:27:35 +0000 (09:27 +0100)
Resources/public/css/reset.css

index 77d2998900bb75dc6c66798562961bef3d5cc6c7..095dd31808bad85dae86f81f73bc912a641b3820 100644 (file)
@@ -5,11 +5,14 @@ dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
 figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
 time, mark, audio, video, input, textarea, button, select, option, optgroup {
+       border: 0;
+       font-family: inherit;
+       font-size: inherit;
+       font-stretch: inherit;
+       font-style: inherit;
+       line-height: inherit;
        margin: 0;
        padding: 0;
-       border: 0;
-       font-size: 100%;
-       font: inherit;
        vertical-align: baseline;
 }