I\'ve got two font files like: FONT-light and FONT-bold. Both come from @font-face kit so each version has like 5 font files included (OGV, TTF, WOFF, EOT).
To go fr
you can add number to font-weight property, for example to the light version.
font-weight: normal; // light version as it is. font-weight: 700; // makes light version bolder.