heynote/assets/font/open-sans/sass/_Light.scss

9 lines
181 B
SCSS
Raw Normal View History

/* BEGIN Light */
@font-face {
font-family: 'Open Sans';
@include fontdef($OpenSansPath, $OpenSansVersion, "Light");
font-weight: 300;
font-style: normal;
}
/* END Light */