open-learning-exchange/planet

View on GitHub
src/styles/_Light.scss

Summary

Maintainability
Test Coverage
/* BEGIN Light */
@font-face {
    font-family: Roboto;
    @include fontdef-woff($FontPath, $FontName, $FontVersion, "Light");
    font-weight: 300;
    font-style: normal;
}
/* END Light */