getting different font-size for button element in different browsers
hey folks I have set
font-size: 1.6rem
font-size: 1.6rem
and
font-family: Merriweather Sans, sans-serif
font-family: Merriweather Sans, sans-serif
on my body element and set
font-size: inherit
font-size: inherit
to all button element like this
button {font-size: inherit;
button {font-size: inherit;
but now I'm getting weird issue across different browser which when I open my webpage on chrome it does inherit the font-size but not font-family where in the case of Firefox developer edition it neither inheriting the font-family nor the font-size I tested the webpage on Firefox developer edition and microsoft edge