Regarding CSS’s Global Scope
html {
font-family: Roboto, sans-serif;
}
With the exception of some form elements, you’ve just set a font on every bit of text on a site! Nice! That’s probably what you were trying to do, because of the probably hundreds …