body {
font-family: "Comic Sans MS", "Comic Sans", cursive;
font-style: italic;
}
{
Font:inherit;
}
<h1>Heading</h1>
<input type="button" value="Button">
<hr>
<h1 class="inherit">Heading</h1>
<input class="inherit" type="button" value="Button">