OpenSans-Light-webfont and Google fonts

I have tried to add Google fonts according to the specifications:

<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet" type="text/css" />

How to force also Light version like OpenSans-Light-webfont.ttf and other extensions?
It seems it is not detected Light version if I place Open+Sans:300,400,600,700,800.

mya.link {
 font-family: "open_sanslight";
}

Have you linked to a font called opens_sanslight ?

The link you showed above is Open Sans with all the different weights added. If you want the lighter weight then you specify it as per normal.

e.g.

   font-family: "Open Sans";
  font-weight:300;
2 Likes

Thank you for the message. It works now.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.