For a project, I have to use a lot of styles with a font. Here is the google font link
Here is my css import
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700);
I would like to know how to define a font family to display, for example, "Open Sans Light 300 Italic"
thanks
css fonts google-font-api
Romain
source share