Files
heartb.it/_sass/_webfonts.scss

8 lines
261 B
SCSS

/* Borrowed from Google WebFonts for offline development */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local("Open Sans Light"), local("OpenSans-Light"), url("../font/open-sans-300.woff") format("woff");
}