what is the correct way to write font with 'sans-serif' as a fallback code example
Example: how to set fallback font in css
html {
font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif;
}
html {
font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif;
}