I am trying to change font to Roboto Thin 100. Below code changes the font on sidebar but not inside editor. Is this correct CSS snippet?
ref:Google Fonts
/* Override font */
div {
font-family: roboto;
font-size: 1em;
margin: 0px;
padding: 0px;
}