mirror of
https://github.com/jimeh/heartb.it.git
synced 2026-02-19 12:56:47 +00:00
8 lines
261 B
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");
|
|
}
|