Copy link to clipboard
Copied
Where doe the body wrapper come from, more precisely where does the font-family come from:
.rh-BODY-wrapper {
height: auto;
font-family: "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
flex-direction: column;
display: flex;
position: relative;
margin: 0;
overflow: auto;
}
Copy link to clipboard
Copied
Looks like some auto-generated CSS to me.