For a project, I have to use many style off a font. Here is the link of the google font
Here is my css import
@import url(http://fonts.googleapis.com/css
I think this is what you're looking for.
body { font-family: "Open Sans"; font-weight: 300; font-style: italic; }