Files
liquid/node_modules/csswring/test/fixtures/font-face.css
T
Tetsuro 82249c99b3 Set up Grunt
Fixing up Grunt file to watch for directories

Exclude node modules folder from Jekyll built site
2015-07-25 13:48:45 -04:00

18 lines
362 B
CSS

@font-face {
font-family: "Foo";
src: url("foo.woff") format("woff");
font-style: normal;
font-weight: normal;
font-stretch: normal;
unicode-range: U+0-10FFFF;
font-variant: normal;
font-feature-settings: normal;
}
@font-face {
font-family: "Bar";
src: url("bar.woff") format("woff");
unicode-range: U+000000-10FFFF;
font-weight: 400;
}