font-familiy can handle only one fallback font 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;
}