Specifying Style and Weight for Google Fonts
They use regular CSS. Just use your regular font family like this: font-family: ‘Open Sans’, sans-serif; Now you decide what “weight” the font should have by adding for semi-bold font-weight:600; for bold (700) font-weight:bold; for extra bold (800) font-weight:800; Like this its fallback proof, so if the google font should “fail” your backup font Arial/Helvetica(Sans-serif) … Read more