# Context The Native variant seems to ignore the set font family on the html document and so the styling looks different to the other examples. ## Proposed solution Set a `font-family: inherit;`on the Native variant css.
Context
The Native variant seems to ignore the set font family on the html document and so the styling looks different to the other examples.
Proposed solution
Set a
font-family: inherit;on the Native variant css.